summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-09-11 15:37:55 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-11 15:37:55 +0000
commit3b78ab50ef163da97f208bf4994e4108906e6915 (patch)
tree6ae6b768561830be5355b012997d9040493c258b /ChangeLog
parent4b25ca62670ea837b9bf1569be869328b78b281f (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f482fed7..f8162533 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-09-11 Wim Taymans <wim.taymans@gmail.com>
+
+ * 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 <wim.taymans@gmail.com>
* gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_create):