summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-08-13 08:33:57 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-08-13 08:33:57 +0000
commit5cf61c6a80f3da587e08371f1f1000f17e482298 (patch)
tree0a7eee1e885e2097f5053f1b1b9f7f4f89d7836c /ChangeLog
parent27e20eadc012c1426dd2044b58f8fc0950b77058 (diff)
sys/v4l2/gstv4l2src.c: Properly set the maximum latency value, in the same way it is done in v4lsrc.
Original commit message from CVS: * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query): Properly set the maximum latency value, in the same way it is done in v4lsrc. * sys/v4l2/v4l2src_calls.c: Simplify fraction equality check, no need to use GValues for this.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index efb736dd..af94a037 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-08-13 Edward Hervey <edward.hervey@collabora.co.uk>
+
+ * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
+ Properly set the maximum latency value, in the same way it is done in
+ v4lsrc.
+ * sys/v4l2/v4l2src_calls.c:
+ Simplify fraction equality check, no need to use GValues for this.
+
2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
* sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):