From 0f2d27525bddf5b88593138d0c253fb2d4127b79 Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Mon, 9 Jun 2008 08:52:04 +0000 Subject: sys/v4l2/gstv4l2src.c: Improve negotiation a bit more by picking the smallest possible resolution that is larger than... Original commit message from CVS: Patch by: Sjoerd Simons * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate): Improve negotiation a bit more by picking the smallest possible resolution that is larger than the resolution specified in the first caps entry of the peer caps. Fixes bug #536994. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 29170c69..1e49d31b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-06-09 Sebastian Dröge + + Patch by: Sjoerd Simons + + * sys/v4l2/gstv4l2src.c: (gst_v4l2src_negotiate): + Improve negotiation a bit more by picking the smallest possible + resolution that is larger than the resolution specified in the + first caps entry of the peer caps. Fixes bug #536994. + 2008-06-09 Sebastian Dröge Patch by: Bastien Nocera -- cgit