From c9d0575c7470e8af571f90d25716a01815f3bb40 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 5 Sep 2007 00:12:46 +0000 Subject: sys/v4l2/v4l2src_calls.c: Add some more debugging in the framerate function. Original commit message from CVS: * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format_and_size): Add some more debugging in the framerate function. Iterate stepwise framerate up to and _including_ the max and if nothing was added to the list, add a dummy 0/1 to 100/1 framerate so that we don't end up with an empty list. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 441082ea..f269b1aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2007-09-04 Wim Taymans + + * sys/v4l2/v4l2src_calls.c: + (gst_v4l2src_probe_caps_for_format_and_size): + Add some more debugging in the framerate function. + Iterate stepwise framerate up to and _including_ the max and if nothing + was added to the list, add a dummy 0/1 to 100/1 framerate so that we + don't end up with an empty list. + 2007-09-04 Wim Taymans * gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init), -- cgit