Bug 708577
| Summary: | [abrt] pitivi-0.13.5-5.fc15: pipeline.py:269:setState:PipelineError: Failure changing state of the gst.Pipeline to <enum GST_STATE_PAUSED of type GstState>, currently reset to NULL | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | kxra |
| Component: | pitivi | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 15 | CC: | hicham.haouari, otte, supercyper1 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Unspecified | ||
| Whiteboard: | abrt_hash:34b4caf475d460766424a67378e6d98b1176b686 | ||
| Fixed In Version: | pitivi-0.14.0-2.fc15 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-06-24 03:58:52 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
pitivi-0.14.0-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/pitivi-0.14.0-1.fc15 Package pitivi-0.14.0-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing pitivi-0.14.0-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/pitivi-0.14.0-1.fc15 then log in and leave karma (feedback). pitivi-0.14.0-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/pitivi-0.14.0-2.fc15 This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. This package has changed ownership in the Fedora Package Database. Reassigning to the new owner of this component. pitivi-0.14.0-2.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report. |
abrt version: 2.0.1 architecture: x86_64 cmdline: python /usr/bin/pitivi test.xptv component: pitivi executable: /usr/bin/pitivi kernel: 2.6.38.6-26.rc1.fc15.x86_64 os_release: Fedora release 15 (Lovelock) package: pitivi-0.13.5-5.fc15 reason: pipeline.py:269:setState:PipelineError: Failure changing state of the gst.Pipeline to <enum GST_STATE_PAUSED of type GstState>, currently reset to NULL time: Fri May 27 22:51:07 2011 uid: 500 username: danny backtrace: :pipeline.py:269:setState:PipelineError: Failure changing state of the gst.Pipeline to <enum GST_STATE_PAUSED of type GstState>, currently reset to NULL : :Traceback (most recent call last): : File "/usr/share/pitivi/python/pitivi/ui/mainwindow.py", line 244, in _recordCb : self.showEncodingDialog(self.project) : File "/usr/share/pitivi/python/pitivi/ui/mainwindow.py", line 234, in showEncodingDialog : project.pipeline.pause() : File "/usr/share/pitivi/python/pitivi/pipeline.py", line 295, in pause : self.setState(STATE_PAUSED) : File "/usr/share/pitivi/python/pitivi/pipeline.py", line 269, in setState : raise PipelineError("Failure changing state of the gst.Pipeline to %r, currently reset to NULL" % state) :PipelineError: Failure changing state of the gst.Pipeline to <enum GST_STATE_PAUSED of type GstState>, currently reset to NULL : :Local variables in innermost frame: :res: <enum GST_STATE_CHANGE_FAILURE of type GstStateChangeReturn> :state: <enum GST_STATE_PAUSED of type GstState> :self: <pitivi.pipeline.Pipeline object at 0x277af90>