summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2008-06-04 17:39:31 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-04 17:39:31 +0000
commit22940c001029de2f55d8b70365bf5eb9c2c368dd (patch)
tree248f1a19e861cbade8081c631cd0dcd2c171449d /ChangeLog
parentf1c5dc21b438ebfe116bd0b35caa098424fdca9f (diff)
sys/v4l2/gstv4l2src.c: Provide a custom negotiation function to make sure to pick the highest possible framerate and ...
Original commit message from CVS: Patch by: Sjoerd Simons <sjoerd at luon dot net> * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init), (gst_v4l2src_fixate), (gst_v4l2src_negotiate): Provide a custom negotiation function to make sure to pick the highest possible framerate and resolution. Fixes bug #536646.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69511ef7..888ef235 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-06-04 Sebastian Dröge <slomo@circular-chaos.org>
+
+ Patch by: Sjoerd Simons <sjoerd at luon dot net>
+
+ * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init),
+ (gst_v4l2src_fixate), (gst_v4l2src_negotiate):
+ Provide a custom negotiation function to make sure to pick the highest
+ possible framerate and resolution. Fixes bug #536646.
+
2008-06-04 Thijs Vermeir <thijsvermeir@gmail.com>
* gst/avi/gstavidemux.c: