summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2008-06-09 08:52:04 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-09 08:52:04 +0000
commit0f2d27525bddf5b88593138d0c253fb2d4127b79 (patch)
treeb3244b7a09fd164ca00c8963eadfd009636b6fae /ChangeLog
parentd4e7ab0e8cf8d5dd837ab4276d5cfe14e48b0cbe (diff)
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 <sjoerd at luon dot net> * 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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 29170c69..1e49d31b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-06-09 Sebastian Dröge <slomo@circular-chaos.org>
+ Patch by: Sjoerd Simons <sjoerd at luon dot net>
+
+ * 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 <slomo@circular-chaos.org>
+
Patch by: Bastien Nocera <hadess at hadess dot net>
* sys/v4l2/gstv4l2vidorient.c: