From 22940c001029de2f55d8b70365bf5eb9c2c368dd Mon Sep 17 00:00:00 2001 From: Sjoerd Simons Date: Wed, 4 Jun 2008 17:39:31 +0000 Subject: 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 * 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 69511ef7..888ef235 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-06-04 Sebastian Dröge + + Patch by: Sjoerd Simons + + * 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 * gst/avi/gstavidemux.c: -- cgit