[Bug 584465] basetransform does unneeded pad_allocs

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue May 31 01:21:16 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=584465
  GStreamer | gstreamer (core) | git

--- Comment #9 from Sebastian Dröge <slomo at circular-chaos.org> 2011-05-31 08:21:12 UTC ---
There's no gst_pad_alloc_buffer() in 0.11 anymore, this is done via buffer
pools now. Buffer pools are distributed to elements by the ALLOCATION query.

And bufferpools/allocations/etc are separated from (re-)negotiation now, which
was the main reason why basetransform was doing lots of unneeded pad-allocs

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the gstreamer-bugs mailing list