summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorWilliam M. Brack <wbrack@mmm.com.hk>2008-05-26 15:39:26 +0000
committerWim Taymans <wim.taymans@gmail.com>2008-05-26 15:39:26 +0000
commit61597d99e9a1ef19862e7b222500504f644e4c12 (patch)
tree8ef2c0b25f1da27a7c59651661b033c03b8482d5 /ChangeLog
parentdfe8d582fc40d238b8dfa6240e25fc4e540bf01e (diff)
sys/v4l2/v4l2src_calls.c: Fix potential caps leak.
Original commit message from CVS: Patch by: William M. Brack <wbrack at mmm dot com dot hk> * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format): Fix potential caps leak. If we can't get the framerate with an ioctl, try to get it with the current norm. Fixes #520092.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6775041e..31c7fe7f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,15 @@
Patch by: William M. Brack <wbrack at mmm dot com dot hk>
+ * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
+ Fix potential caps leak.
+ If we can't get the framerate with an ioctl, try to get it with the
+ current norm. Fixes #520092.
+
+2008-05-26 Wim Taymans <wim.taymans@collabora.co.uk>
+
+ Patch by: William M. Brack <wbrack at mmm dot com dot hk>
+
* sys/v4l2/v4l2src_calls.c:
(gst_v4l2src_probe_caps_for_format_and_size):
If we fail to get the frame intervals, simply don't touch the framerates