summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdgard Lima <edgard.lima@indt.org.br>2007-11-15 12:22:10 +0000
committerEdgard Lima <edgard.lima@indt.org.br>2007-11-15 12:22:10 +0000
commit66ca1b2280a918d3bd7c7ce09ec22d485be34666 (patch)
treeae256a076c31d42542f63cd4656e1e137f77eadc /ChangeLog
parent62d8456eb715a3cb849ca0f14d2182fe5229ddf4 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a7af0489..8ccd0af6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-11-15 Edgard Lima <edgard.lima@indt.org.br>
+
+ * 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 <tim at centricular dot net>
* gst/id3demux/id3tags.c: