summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2008-10-27 08:54:30 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2008-10-27 08:54:30 +0000
commita6f4df463d14d2880c2246ca879dbab4b043560f (patch)
treed3077616f9883d93fb107f361fcc3bc44042e21a /ChangeLog
parent40d198cfd8782b8eaeed731aaae17308c4b20916 (diff)
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f6c7adf..5e5e11c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2008-10-27 Stefan Kost <ensonic@users.sf.net>
+
+ * 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 <sebastian.droege@collabora.co.uk>
Patch by: Peter Kjellerstedt <pkj at axis com>