summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenoit Fouet <benoit.fouet@purplelabs.com>2008-07-17 13:54:38 +0000
committerTim-Philipp Müller <tim@centricular.net>2008-07-17 13:54:38 +0000
commitf2fb132b9c4b8ed008a3784f6f942119dbd74277 (patch)
treec022b001cb353db648fb5275e5dde383182640c7 /ChangeLog
parent54b1c496d6e14262446a7a4b7fe536371b580b96 (diff)
sys/v4l2/gstv4l2src.c: Avoid compiler warning by initialising variable to NULL (#543259).
Original commit message from CVS: Patch by: Benoit Fouet <benoit.fouet purplelabs com> * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate): Avoid compiler warning by initialising variable to NULL (#543259).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff74c50d..de6c6e01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-07-17 Tim-Philipp Müller <tim.muller at collabora co uk>
+
+ Patch by: Benoit Fouet <benoit.fouet purplelabs com>
+
+ * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate):
+ Avoid compiler warning by initialising variable to NULL (#543259).
+
2008-07-14 Sebastian Dröge <slomo@circular-chaos.org>
* gst/debug/gsttaginject.c: (gst_tag_inject_start):