[gstreamer-bugs] [Bug 637822] oggdemux: allocate buffers using gst_buffer_new_and_alloc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Dec 22 11:20:40 PST 2010


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

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.32

--- Comment #2 from Sebastian Dröge <slomo at circular-chaos.org> 2010-12-22 19:20:37 UTC ---
commit e443ae6000ddfd4d469c6614914fd700396558b1
Author: Vincent Penquerc'h <vincent.penquerch at collabora.co.uk>
Date:   Wed Dec 22 19:06:56 2010 +0000

    oggdemux: Don't use gst_pad_alloc_buffer()

    allocate buffers using gst_buffer_new_and_alloc() instead of
    gst_pad_alloc_buffer_and_set_caps(), as the first one will
    cause the pad to block, and we don't want that since that will
    prevent subsequent pads from being fed if a block occurs at
    start, when all pads must be fed for playback to start.

    This fixes autoplugging of the tiger element and other things.

    https://bugzilla.gnome.org/show_bug.cgi?id=637822

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