summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2007-06-06 10:19:17 +0000
committerAndy Wingo <wingo@pobox.com>2007-06-06 10:19:17 +0000
commitdd803ce06c892cfed21e26095cc8d13b343a3a76 (patch)
tree015e6e78d2d34e877ccf33331615ffab51f0194b /ChangeLog
parent37e309798181a7ec0e56123563cc891facd3809b (diff)
sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
Original commit message from CVS: 2007-06-06 Andy Wingo <wingo@pobox.com> * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format) (gst_v4l2src_probe_caps_for_format_and_size): Only probe for format and size if the ioctls are defined; should fix compilation on Linux < 2.16.19.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2439fcc2..0847615b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-06 Andy Wingo <wingo@pobox.com>
+
+ * sys/v4l2/v4l2src_calls.c (gst_v4l2src_probe_caps_for_format)
+ (gst_v4l2src_probe_caps_for_format_and_size): Only probe for
+ format and size if the ioctls are defined; should fix compilation
+ on Linux < 2.16.19.
+
2007-06-06 Tim-Philipp Müller <tim at centricular dot net>
* gst/videobox/gstvideobox.c: (gst_video_box_ayuv_i420):