From e605a94e4093e1304b153ab1baf3e5ccef7562e8 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Tue, 25 Mar 2008 12:33:09 +0000 Subject: sys/v4l2/v4l2src_calls.c: Check whether the device supports setting the framerate before trying to set it and then po... Original commit message from CVS: Based on patch by: William M. Brack * sys/v4l2/v4l2src_calls.c: (fractions_are_equal), (gst_v4l2src_set_capture): Check whether the device supports setting the framerate before trying to set it and then posting a warning or error if it doesn't work (#516649, #520092). Also compare fractions more correctly. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8e5fea5e..4a95cb1a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-03-25 Tim-Philipp Müller + + Based on patch by: William M. Brack + + * sys/v4l2/v4l2src_calls.c: (fractions_are_equal), + (gst_v4l2src_set_capture): + Check whether the device supports setting the framerate before + trying to set it and then posting a warning or error if it doesn't + work (#516649, #520092). Also compare fractions more correctly. + 2008-03-23 Tim-Philipp Müller * gst/goom/Makefile.am: -- cgit