From 66ca1b2280a918d3bd7c7ce09ec22d485be34666 Mon Sep 17 00:00:00 2001 From: Edgard Lima Date: Thu, 15 Nov 2007 12:22:10 +0000 Subject: Always copy buffers by default (handle safer with bugged drivers) and added a property to make it possible to use mma... Original commit message from CVS: Always copy buffers by default (handle safer with bugged drivers) and added a property to make it possible to use mmap effectively (no copy if possible) when application wants to. Fixes: #480557. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a7af0489..8ccd0af6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-11-15 Edgard Lima + + * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init), + (gst_v4l2src_init), (gst_v4l2src_set_property), + (gst_v4l2src_get_property): + * sys/v4l2/gstv4l2src.h: + * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_grab_frame): + Always copy buffers by default (handle safer with bugged drivers) + and added a property to make it possible to use mmap effectively (no + copy if possible) when application wants to. Fixes: #480557. + 2007-11-14 Tim-Philipp Müller * gst/id3demux/id3tags.c: -- cgit