After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 652923 - Failure changing state of the gst.Pipeline
Failure changing state of the gst.Pipeline
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: Rendering
Git
Other Linux
: Normal critical
: 0.91
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-19 04:00 UTC by Jean-François Fortin Tam
Modified: 2013-11-23 17:02 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jean-François Fortin Tam 2011-06-19 04:00:41 UTC
1. load the attached project (two video-only webm clips, one mp3 sound track)
2. try to render


Traceback (most recent call last):
  • File "pitivi/ui/encodingdialog.py", line 354 in _renderButtonClickedCb
    self.startAction()
  • File "pitivi/actioner.py", line 150 in startAction
    self.addAction()
  • File "pitivi/actioner.py", line 110 in addAction
    self.pipeline.pause()
  • File "pitivi/pipeline.py", line 303 in pause
    self.setState(STATE_PAUSED)
  • File "pitivi/pipeline.py", line 277 in setState
    raise PipelineError("Failure changing state of the gst.Pipeline to %r, currently reset to NULL" % state)
pitivi.pipeline.PipelineError: Failure changing state of the gst.Pipeline to <enum GST_STATE_PAUSED of type GstState>, currently reset to NULL

Comment 1 Jean-François Fortin Tam 2011-06-19 04:07:52 UTC
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
Comment 2 Rodrigo Moya 2012-12-21 15:03:46 UTC
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)
Comment 3 Jean-François Fortin Tam 2012-12-30 15:53:25 UTC
For the record, after investigation it was found that Rodrigo's problem was bug #690890.
Comment 4 Jean-François Fortin Tam 2013-11-23 17:02:07 UTC
This works now.