From 3b78ab50ef163da97f208bf4994e4108906e6915 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 11 Sep 2007 15:37:55 +0000 Subject: sys/v4l2/v4l2src_calls.c: Fix framerate detection code some more. Original commit message from CVS: * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format_and_size): Fix framerate detection code some more. Handle the case where there is a weird step in the stepwise framerates. Don't overwrite the min interval with the framerate, use a temp variable instead. Use max in the Continuous framerate intervals instead of step, which is 1 according to the docs. Fixes #475424. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f482fed7..f8162533 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-09-11 Wim Taymans + + * sys/v4l2/v4l2src_calls.c: + (gst_v4l2src_probe_caps_for_format_and_size): + Fix framerate detection code some more. + Handle the case where there is a weird step in the stepwise framerates. + Don't overwrite the min interval with the framerate, use a temp variable + instead. + Use max in the Continuous framerate intervals instead of step, which is + 1 according to the docs. Fixes #475424. + 2007-09-10 Wim Taymans * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create): -- cgit