GNOME Bugzilla – Bug 652923
Failure changing state of the gst.Pipeline
Last modified: 2013-11-23 17:02:07 UTC
1. load the attached project (two video-only webm clips, one mp3 sound track) 2. try to render Traceback (most recent call last):
+ Trace 227517
self.startAction()
self.addAction()
self.pipeline.pause()
self.setState(STATE_PAUSED)
raise PipelineError("Failure changing state of the gst.Pipeline to %r, currently reset to NULL" % state)
Stupidly simple test case: http://jeff.ecchi.ca/public/pitivi-652923.tar Just load that project and try to render it. This might finally be a reproducible case for bug reports such as: https://bugs.launchpad.net/ubuntu/+source/pitivi/+bug/759868 https://bugzilla.redhat.com/show_bug.cgi?id=708577 https://bugzilla.redhat.com/show_bug.cgi?id=650564
This happens also to me while rendering a project (both to OGV and MP4). No crash, but the rendering never completes (UI shows a 'Estimating...' dialog)
For the record, after investigation it was found that Rodrigo's problem was bug #690890.
This works now.