summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorEdward Hervey <bilboed@bilboed.com>2008-08-12 12:04:24 +0000
committerEdward Hervey <bilboed@bilboed.com>2008-08-12 12:04:24 +0000
commit27e20eadc012c1426dd2044b58f8fc0950b77058 (patch)
treee4ba575cde97026df10b0f11e2989a07ba07e76f /ChangeLog
parenta7d73b26dc50634b952725558395ab800ad3ec99 (diff)
sys/v4l2/gstv4l2src.c: Add warning messages stating exactly why the latency query failed.
Original commit message from CVS: * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query): Add warning messages stating exactly why the latency query failed. * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture): In some cases, the negotiated framerate might be the default one which is already set internally. But we still need to mark it down in fps_n and fps_d so that the latency query can happen properly.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 47545a83..efb736dd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
+ * sys/v4l2/gstv4l2src.c: (gst_v4l2src_query):
+ Add warning messages stating exactly why the latency query failed.
+ * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
+ In some cases, the negotiated framerate might be the default one which
+ is already set internally. But we still need to mark it down in fps_n
+ and fps_d so that the latency query can happen properly.
+
+2008-08-12 Edward Hervey <edward.hervey@collabora.co.uk>
+
* docs/plugins/inspect/plugin-1394.xml:
Whoops, forgot one doc file for people who can't/don't build the
raw1394 plugin.