summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-12-11 11:50:54 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-12-11 11:50:54 +0000
commit8d0960ec264312fa2f9cdf1efbc9b0082e9baac7 (patch)
tree376f7399889a99150868fbe27af1ae52117ae719 /ChangeLog
parentdbf28d28e755089fdb13790ca930f1511c17adc0 (diff)
sys/v4l2/: Init some structs to zero before we pass them to ioctl, which avoids valgrind warnings. Also fix a small ...
Original commit message from CVS: * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists): * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list): Init some structs to zero before we pass them to ioctl, which avoids valgrind warnings. Also fix a small memory leak.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ce62be0f..f2099d18 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-11 Tim-Philipp Müller <tim at centricular dot net>
+
+ * sys/v4l2/v4l2_calls.c: (gst_v4l2_fill_lists):
+ * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list):
+ Init some structs to zero before we pass them to ioctl, which
+ avoids valgrind warnings. Also fix a small memory leak.
+
2007-12-11 Wim Taymans <wim.taymans@collabora.co.uk>
Patch by: Wouter Cloetens <wouter at mind dot be>