GNOME Bugzilla – Bug 577891
add alloc-pad property on tee
Last modified: 2009-04-09 16:28:19 UTC
Attaching patch to add alloc-pad property on tee, so the application can select which pad will be used to allocate buffers. For example, if you have an main pipeline and a preview xv, you want the negotiation to be done with the main pipeline, since xv can do colorspace conversion in hardware anyway.
Created attachment 132045 [details] [review] tee: Add alloc-pad property Add a property to make it possible for the application to select which pad is used for gst_pad_buffer_alloc
commit 376bed78ced70922dc9f9886a25b751765fca337 Author: Olivier Crete <tester at tester.ca> Date: Thu Apr 9 18:27:21 2009 +0200 tee: add property to control the alloc pad Add a property to control the pad used for proxying the buffer_alloc function on the sinkpad. Fixes #577891.