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 715074 - [Pitivi] Not-negotiated error preventing rendering a timeline with a PNG with no audio before a video clip
[Pitivi] Not-negotiated error preventing rendering a timeline with a PNG with...
Status: RESOLVED DUPLICATE of bug 720699
Product: GStreamer
Classification: Platform
Component: gst-editing-services
git master
Other Linux
: Normal critical
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 632418
 
 
Reported: 2013-11-23 17:51 UTC by Jean-François Fortin Tam
Modified: 2014-01-31 00:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
sample project (89.00 KB, application/x-tar)
2013-11-23 17:51 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2013-11-23 17:51:37 UTC
Created attachment 261306 [details]
sample project

Load the attached tarball project with http://jeff.ecchi.ca/public/sample-pitivi-projects/m%c3%a9tro%201.MOV

Try rendering (with the default ogg theora+vorbis codecs etc.)

You get:

Internal data flow error.

gstbasesrc.c(2865): gst_base_src_loop (): /pitivi+utils+pipeline+Pipeline:pitivi+utils+pipeline+pipeline1/GESTimeline:gestimeline1/GESAudioTrack:gesaudiotrack1/GnlComposition:gnlcomposition3/GnlSource:gnlsource4/GstAudioTestSrc:audiotestsrc1:
streaming task paused, reason not-negotiated (-4)
Comment 1 Thibault Saunier 2013-11-24 22:18:18 UTC
This is due to your project settings, in:

<stream-profile parent='pitivi-profile' id='1' type='audio' presence='0' format='audio/x-vorbis' preset-name='vorbisenc' restriction='audio/x-raw, channels=(int)2, rate=(glong)48000' />

rate should be rate=(gint)48000, not glong, please try to reproduce.
Comment 2 Thomas Hebb 2013-12-26 05:28:34 UTC
I was affected by this issue as well. The change suggested by Thibault fixed it, but the project in question was freshly created by Pitivi 0.92, which means there's an actual bug here: Pitivi creates a project file with an incorrect rate datatype in some cases. Unfortunately, I haven't been able to reproduce the problem.
Comment 3 Jean-François Fortin Tam 2013-12-26 16:28:29 UTC
Thibault, there's also bug #720699 that might be related, but the other way around this time...
Comment 4 Mathieu Duponchelle 2014-01-31 00:27:02 UTC

*** This bug has been marked as a duplicate of bug 720699 ***