GNOME Bugzilla – Bug 700781
v4l2: keep a reference to all queued buffers
Last modified: 2013-05-21 14:45:31 UTC
Created attachment 244926 [details] [review] patch Without this, a queued buffer may be required, filled and queued before it is dequeued. Calling gst_buffer_pool_acquire_buffer() ensures that the buffer is set up correctly and gst_buffer_unref() calls buffer_release().
commit f9cc655adf0ede6986d9dffd7cd172d9133a6ff3 Author: Michael Olbrich <m.olbrich@pengutronix.de> Date: Tue May 21 12:02:51 2013 +0200 v4l2: keep a reference to all queued buffers Without this, a queued buffer may be required, filled and queued before it is dequeued. Calling gst_buffer_pool_acquire_buffer() ensures that the buffer is set up correctly and gst_buffer_unref() calls buffer_release(). https://bugzilla.gnome.org/show_bug.cgi?id=700781