From 3ec9e676e764b773aedd1d50b01cbebe60c31c91 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Tue, 4 Oct 2005 17:44:43 +0000 Subject: ext/dv/: Added DEFAULT <==> BYTES, TIME conversions on srcpad, Original commit message from CVS: * ext/dv/Makefile.am: * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): Added DEFAULT <==> BYTES, TIME conversions on srcpad, Corrected the query function for position so it doesn't forget what format was asked, and calls the conversion functions on the correct pad. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2e98fa0f..65b83195 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-10-04 Edward Hervey + + * ext/dv/Makefile.am: + * ext/dv/gstdvdemux.c: (gst_dvdemux_src_query), (gst_dvdemux_src_conver): + Added DEFAULT <==> BYTES, TIME conversions on srcpad, + Corrected the query function for position so it doesn't forget what + format was asked, and calls the conversion functions on the correct pad. + 2005-10-03 Thomas Vander Stichele * configure.ac: -- cgit