[gstreamer-bugs] [Bug 491305] [playbin?] intro-leopard.mov sometimes EOSes immediately, sometimes not

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Oct 30 05:32:09 PDT 2007


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

  GStreamer | gst-plugins-ugly | Ver: HEAD CVS

Wim Taymans changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
          Component|gst-plugins-base            |gst-plugins-ugly
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.7
            Version|0.3.3                       |HEAD CVS




------- Comment #15 from Wim Taymans  2007-10-30 12:32 UTC -------
The real fix is in mpegaudioparse. It's not entirely correct because I think
playbin selects the first active stream based on which one receives data first
(which could be the short or the long audio stream).

        * gst/qtdemux/qtdemux.c: (gst_qtdemux_activate_segment),
        (gst_qtdemux_combine_flows), (gst_qtdemux_loop_state_movie):
        Smarter combine_flow code that also deals with downstream elements
        returning UNEXPECTED when they receive data out of the segment
        boundaries. Fixes #491305.

        * gst/mpegaudioparse/gstmpegaudioparse.c:
        (gst_mp3parse_emit_frame):
        Remove some more broken code, it seems to clip even when it should not.
        See #491305.

        * gst/mpegaudioparse/gstmpegaudioparse.c:
        (gst_mp3parse_emit_frame):
        When the element is not driving the streaming thread it is not supposed
        to emit EOS or post SEGMENT done. It is allowed to return UNEXPECTED
        upstream when it detects EOS. See #491305.


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




More information about the Gstreamer-bugs mailing list