summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-09-07 16:04:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-09-07 16:04:14 +0000
commitcd79aec473c610fd8a344ddfe339e538143271ec (patch)
tree5750d4a5c3ecb4c4589e1af169e22d48b456f3c5 /ChangeLog
parent1b98dfee5e1ccd15b806b27a70bcb04157da4ce0 (diff)
sys/v4l2/v4l2src_calls.c: Don't overwrite our GValue with 0 but instead use the previously computed value. Fixes #471...
Original commit message from CVS: * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format_and_size): Don't overwrite our GValue with 0 but instead use the previously computed value. Fixes #471823 some more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index eb663c32..ffd4c9d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-09-07 Wim Taymans <wim.taymans@gmail.com>
+
+ * sys/v4l2/v4l2src_calls.c:
+ (gst_v4l2src_probe_caps_for_format_and_size):
+ Don't overwrite our GValue with 0 but instead use the previously
+ computed value. Fixes #471823 some more.
+
2007-09-06 Tim-Philipp Müller <tim at centricular dot net>
* docs/plugins/gst-plugins-good-plugins.hierarchy:
@@ -39,7 +46,7 @@
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.
+ don't end up with an empty list. Fixes #471823
2007-09-04 Wim Taymans <wim.taymans@gmail.com>