[gstreamer-bugs] [Bug 590446] [mpegdemux] MPEG TS with A52 not seekable

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sat Aug 8 13:16:07 PDT 2009


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=590446

  GStreamer | gst-plugins-bad | Ver: git

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|slomo at circular-chaos.org    |gstreamer-
                   |                            |bugs at lists.sourceforge.net
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.14




------- Comment #4 from Sebastian Dröge  2009-08-08 20:16 UTC -------
Ok, there's a race condition here.

The problem is, that the seeking query is handled before demux->bitrate is set
to something useful and thus the seeking query returns seekable=FALSE. This
fixes it:

ommit 6115e0cb0ef3ae85397297c7e30c2e9b4a0a181e
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Sat Aug 8 22:14:53 2009 +0200

    mpegtsdemux: Don't answer the SEEKING query if we don't know the answer yet

    A bitrate!=-1 is required for seeking but the bitrate is only calculated
    after the second PCR was read.

    Fixes bug #590446.


-- 
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=590446.




More information about the Gstreamer-bugs mailing list