From a6019fc0bf8854e2c062ebc69dee3e4f2c886115 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Mon, 17 Mar 2008 19:50:58 +0000 Subject: sys/v4l2/v4l2src_calls.c: Make sure the probed frame sizes are reversed in the resulting caps also when using V4L2_FR... Original commit message from CVS: Patch by: William M. Brack * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format_and_size), (gst_v4l2src_probe_caps_for_format): Make sure the probed frame sizes are reversed in the resulting caps also when using V4L2_FRMSIZE_STEPWISE (so they end up highest resolution first); also remove unused variable. (Partly fixes #520092) --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 28ee005b..ac98c168 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2008-03-17 Tim-Philipp Müller + + Patch by: William M. Brack + + * sys/v4l2/v4l2src_calls.c: + (gst_v4l2src_probe_caps_for_format_and_size), + (gst_v4l2src_probe_caps_for_format): + Make sure the probed frame sizes are reversed in the resulting + caps also when using V4L2_FRMSIZE_STEPWISE (so they end up + highest resolution first); also remove unused variable. + (Partly fixes #520092) + 2008-03-17 Wim Taymans Patch by: Ole André Vadla Ravnås -- cgit