[gstreamer-bugs] [Bug 549254] playbin hangs in a .flv

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Aug 26 07:14:53 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=549254

  GStreamer | don't know | Ver: HEAD CVS

Edward Hervey changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|gst-plugins-base            |don't know




------- Comment #7 from Edward Hervey  2008-08-26 14:14 UTC -------
After going over this on IRC, the real issue seems to be with flvdemux not
outputting proper 'filler' newsegments before the first buffer.

For the 5s example file, flvdemux should output the following when it encouters
the first audio buffer (timestampped 5s) and creates the audio src pad:

* gst_event_new_new_segment(False, 1.0, GST_FORMAT_TIME, 0,
GST_CLOCK_TIME_NONE, 0);
 # this is the initial new_segment, similar to what it's outputting right now

* gst_event_new_new_segment(True, 1.0, GST_FORMAT_TIME, 0, 5 * GST_SECOND, 0);
* gst_event_new_new_segment(False, 1.0, GST_FORMAT_TIME, 5 * GST_SECOND,
GST_CLOCK_TIME_NONE, 5 * GST_SECOND);
 # These two will close the previous segment, informing downstream multiqueue
that 5 seconds have passed.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=549254.




More information about the Gstreamer-bugs mailing list