[gstreamer-bugs] [Bug 632167] [oggdemux] doesn't parse/push all headers in pull mode

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 29 04:13:44 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=632167
  GStreamer | gst-plugins-base | git

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.31

--- Comment #8 from Wim Taymans <wim.taymans at gmail.com> 2010-10-29 11:13:39 UTC ---
commit e0d683f3ed13e66fc9054a85a1bfec2618583006
Author: Wim Taymans <wim.taymans at collabora.co.uk>
Date:   Fri Oct 29 11:48:18 2010 +0100

    oggdemux: fix wrong flowreturn handling

    Oggdemux will currently try to pad alloc a buffer from the peer when it is
    reading the header files. This is a relic from the time where we had an
internal
    parser and needs to be removed at some point in time.

    The problem is that when there is no peer pad yet (which is normal when
    collecting headers) we should still continue to parse all the packets of a
    page instead of erroring out on NOT_LINKED.

    Fixes #632167

-- 
Configure bugmail: https://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