From 34d9fcc47f10fd03ee465575d67781c890756e24 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 12 Jun 2007 13:33:56 +0000 Subject: Return a copy of the pool buffer if all mmap buffers have been dequeued. Original commit message from CVS: (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all mmap buffers have been dequeued. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2887e5c7..4f8b82f5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -17,6 +17,8 @@ to allocate the pool, which also preallocates the GstBuffers. (gst_v4l2src_capture_start): Call buffer_pool_activate instead of queueing the frames directly. + (gst_v4l2src_grab_frame): Return a copy of the pool buffer if all + mmap buffers have been dequeued. * sys/v4l2/gstv4l2src.h (struct _GstV4l2BufferPool): Make this a real MiniObject instead of rolling our own refcounting and -- cgit