From 27e20eadc012c1426dd2044b58f8fc0950b77058 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 12 Aug 2008 12:04:24 +0000 Subject: 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. --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 47545a83..efb736dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +2008-08-12 Edward Hervey + + * 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 * docs/plugins/inspect/plugin-1394.xml: -- cgit