GNOME Bugzilla – Bug 632417
not-negotiated errors during rendering
Last modified: 2010-10-21 14:30:38 UTC
The below is the error I get trying to render w/ pitivi. It looks like it is a gstreamer issue at this point. I am running Maverick with the gstreamer developer ppa. I am running this ppa because the shipped gstreamer was giving errors also. I will be every so grateful if you folks can get pitivi working. I would love to do some simple video editing. ** Message: pygobject_register_sinkfunc is deprecated (GstObject) ERROR [14532] [0x -487fd940] "<Pipeline at 0xa3c52cc>" pipeline Oct 17 20:40:00 _errorObject: error from /GstPipeline:pipeline1/GstBin:bin29/GstAutoVideoSink:autovideosink2/GstXvImageSink:autovideosink2-actual-sink-xvimage (__main__.GstXvImageSink): Internal GStreamer error: negotiation problem. Please file a bug at http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer. (xvimagesink.c(2251): gst_xvimagesink_setcaps (): /GstPipeline:pipeline1/GstBin:bin29/GstAutoVideoSink:autovideosink2/GstXvImageSink:autovideosink2-actual-sink-xvimage: Error calculating the output display ratio of the video.) (/usr/lib/pitivi/python/pitivi/log/loggable.py:30) ERROR [14532] [0x -487fd940] "<Pipeline at 0xa3c52cc>" pipeline Oct 17 20:40:00 _errorObject: error from /GstPipeline:pipeline1/GstBin:bin1/GnlComposition:gnlcomposition2/GnlSource:gnlsource: VideoTestSourceFactory9/GstBin:bin11/GstVideoTestSrc:videotestsrc1 (__main__.GstVideoTestSrc): GStreamer encountered a general stream error. (gstbasesrc.c(2563): gst_base_src_loop (): /GstPipeline:pipeline1/GstBin:bin1/GnlComposition:gnlcomposition2/GnlSource:gnlsource: VideoTestSourceFactory9/GstBin:bin11/GstVideoTestSrc:videotestsrc1: streaming task paused, reason not-negotiated (-4)) (/usr/lib/pitivi/python/pitivi/log/loggable.py:30) ERROR [14532] [0x -487fd940] "<Pipeline at 0xa3c52cc>" pipeline Oct 17 20:40:00 _errorObject: error from /GstPipeline:pipeline1/GstBin:bin1/GnlComposition:gnlcomposition2/GnlSource:gnlsource: FileSourceFactory0/GstBin:bin2/pitivi+elements+singledecodebin+SingleDecodeBin:pitivi+elements+singledecodebin+singledecodebin0/GstFlvDemux:flvdemux9 (__main__.GstFlvDemux): GStreamer encountered a general stream error. (gstflvdemux.c(2290): gst_flv_demux_loop (): /GstPipeline:pipeline1/GstBin:bin1/GnlComposition:gnlcomposition2/GnlSource:gnlsource: FileSourceFactory0/GstBin:bin2/pitivi+elements+singledecodebin+SingleDecodeBin:pitivi+elements+singledecodebin+singledecodebin0/GstFlvDemux:flvdemux9: stream stopped, reason not-negotiated) (/usr/lib/pitivi/python/pitivi/log/loggable.py:30)
Let's reassign this to pitivi for now, I know there's a bug about this opened already but can't find it now.
Dan, do you use transitions in that timeline? If yes, this is a duplicate of bug #632414 Otherwise, please provide step by step instructions to reproduce this bug.
yeah, I am trying to splice two videos together, so I imagine that I am using transitions. I will mark it as dupe. *** This bug has been marked as a duplicate of bug 632414 ***
When you splice, do you actually *overlap* the clips (which creates a crossfade transition), or are they just "snapped" together? If you're not overlapping then, it's not a transition, and then maybe a different bug.
yeah, I'm definitely overlapping them.