[gstreamer-bugs] [Bug 348677] Upgrade to 0.10.9 breaks existing applications (failed segment->format assert)

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Jul 26 05:27:46 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=348677
 GStreamer | gstreamer (core) | Ver: 0.10.9





------- Comment #3 from Kai Vehmanen  2006-07-26 12:27 UTC -------
Created an attachment (id=69659)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=69659&action=view)
Fixes the bug described in gst-plugins-base

Found the problem. The gstbasertpdepayload element currently works so that when
the jitterbuffer functionality is disabled, it passes any NEWSEGMENT events it
receives (with jitterbuffer enabled, it create the NEWSEGMENTs itself and
ignores any upstream events).

But this led to problems when the decoder element also sent a NEWSEGMENT, and
in the wrong formant (GST_FORMAT_BYTES, not GST_FORMAT_TIME as it should be).
And thus the assert in gstsegment.c.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list