GNOME Bugzilla – Bug 761824
bufferpool: pass acquire params to alloc_buffer
Last modified: 2016-02-11 17:50:38 UTC
When allocating a new buffer in the pool, both the do_alloc_buffer() and the vmethod, alloc_buffer(), receive the parameter GstBufferPoolAcquireParams. Nonetheless, when default_acquire_buffer() calls the do_alloc_buffer() it does not pass the received GstBufferPoolAcquireParams, so when the user pass those parameters they are ignored by alloc_buffer() vmethod. This one-liner patch pass the received acquire params to do_alloc_buffer().
Created attachment 320797 [details] [review] bufferpool: pass acquire params to alloc_buffer
Attachment 320797 [details] pushed as b92d639 - bufferpool: pass acquire params to alloc_buffer