From 23078b431b8326da30fcb60101fd26618951587b Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Mon, 7 Jul 2008 21:28:58 +0000 Subject: sys/v4l2/v4l2src_calls.c: Try progressive video if interlaced fails. Fixes bug #541956 and the usage of v4l2src on OLPC. Original commit message from CVS: Patch by: Daniel Drake * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture), (gst_v4l2src_get_nearest_size): Try progressive video if interlaced fails. Fixes bug #541956 and the usage of v4l2src on OLPC. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 19ce2fe1..56ecd69c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-07-07 Sebastian Dröge + + Patch by: Daniel Drake + + * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture), + (gst_v4l2src_get_nearest_size): + Try progressive video if interlaced fails. Fixes bug #541956 + and the usage of v4l2src on OLPC. + 2008-07-07 Sebastian Dröge * gst/rtp/gstrtpspeexdepay.c: (gst_rtp_speex_depay_init), -- cgit