From 7c69e902364f02b40c054befed6857fddb8b945d Mon Sep 17 00:00:00 2001 From: Tim-Philipp Müller Date: Wed, 5 Sep 2007 14:43:16 +0000 Subject: sys/v4l2/: Implement LATENCY queries in the crudest way possible so I don't have to use sync=false any longer when te... Original commit message from CVS: * sys/v4l2/gstv4l2src.c: * sys/v4l2/gstv4l2src.h: * sys/v4l2/v4l2src_calls.c: Implement LATENCY queries in the crudest way possible so I don't have to use sync=false any longer when testing with videosinks. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f72cd7de..b8e6117f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-09-05 Tim-Philipp Müller + + * sys/v4l2/gstv4l2src.c: + * sys/v4l2/gstv4l2src.h: + * sys/v4l2/v4l2src_calls.c: + Implement LATENCY queries in the crudest way possible so I don't + have to use sync=false any longer when testing with videosinks. + 2007-09-05 Tim-Philipp Müller * configure.ac: -- cgit