From a6f4df463d14d2880c2246ca879dbab4b043560f Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Mon, 27 Oct 2008 08:54:30 +0000 Subject: gst/autodetect/: Implement src plugins. Little code/string cleanup in the sinks. Original commit message from CVS: * gst/autodetect/Makefile.am: * gst/autodetect/gstautoaudiosink.c: * gst/autodetect/gstautoaudiosrc.c: * gst/autodetect/gstautoaudiosrc.h: * gst/autodetect/gstautodetect.c: * gst/autodetect/gstautovideosink.c: * gst/autodetect/gstautovideosrc.c: * gst/autodetect/gstautovideosrc.h: Implement src plugins. Little code/string cleanup in the sinks. Fixes #523813. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4f6c7adf..5e5e11c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2008-10-27 Stefan Kost + + * gst/autodetect/Makefile.am: + * gst/autodetect/gstautoaudiosink.c: + * gst/autodetect/gstautoaudiosrc.c: + * gst/autodetect/gstautoaudiosrc.h: + * gst/autodetect/gstautodetect.c: + * gst/autodetect/gstautovideosink.c: + * gst/autodetect/gstautovideosrc.c: + * gst/autodetect/gstautovideosrc.h: + Implement src plugins. Little code/string cleanup in the sinks. + Fixes #523813. + + 2008-10-27 Sebastian Dröge Patch by: Peter Kjellerstedt -- cgit