From 61597d99e9a1ef19862e7b222500504f644e4c12 Mon Sep 17 00:00:00 2001 From: "William M. Brack" Date: Mon, 26 May 2008 15:39:26 +0000 Subject: sys/v4l2/v4l2src_calls.c: Fix potential caps leak. Original commit message from CVS: Patch by: William M. Brack * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6775041e..31c7fe7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-05-26 Wim Taymans + + Patch by: William M. Brack + + * 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 Patch by: William M. Brack -- cgit