summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-09-05 00:12:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-05 00:12:46 +0000
commitc9d0575c7470e8af571f90d25716a01815f3bb40 (patch)
treeee4fb4b48ae265ac8bd9a34d40e45dd730fe4d05 /ChangeLog
parent93e1176891d983ce7a1ee95c4016a03f13efb1e5 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 441082ea..f269b1aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-09-04 Wim Taymans <wim.taymans@gmail.com>
+ * 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 <wim.taymans@gmail.com>
+
* gst/udp/gstmultiudpsink.c: (gst_multiudpsink_class_init),
(gst_multiudpsink_set_clients_string),
(gst_multiudpsink_get_clients_string),