summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorBenjamin Otte <otte@gnome.org>2004-03-30 02:53:00 +0000
committerBenjamin Otte <otte@gnome.org>2004-03-30 02:53:00 +0000
commit7a5c4fb6326a412dd485e3c85759532db6c3fcdb (patch)
tree282f56e82ef7d4025d69d9cf75cbf0f06222aa30 /ChangeLog
parent5b4a2facc1be2e28ded1ed4eb0e759f72913a599 (diff)
downloadgst-plugins-bad-7a5c4fb6326a412dd485e3c85759532db6c3fcdb.tar.gz
gst-plugins-bad-7a5c4fb6326a412dd485e3c85759532db6c3fcdb.tar.bz2
gst-plugins-bad-7a5c4fb6326a412dd485e3c85759532db6c3fcdb.zip
add experimental kiosrc plugin
Original commit message from CVS: * configure.ac: * ext/Makefile.am: * ext/kio/Makefile.am: * ext/kio/kioreceiver.cpp: * ext/kio/kioreceiver.h: * ext/kio/kiosrc.cpp: * ext/kio/kiosrc.h: add experimental kiosrc plugin * ext/alsa/gstalsaplugin.c: (plugin_init): initialize debugging category only when we're sure registering the plugins worked.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b6e12ed4..09798438 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-03-30 Benjamin Otte <in7y118@public.uni-hamburg.de>
+
+ * configure.ac:
+ * ext/Makefile.am:
+ * ext/kio/Makefile.am:
+ * ext/kio/kioreceiver.cpp:
+ * ext/kio/kioreceiver.h:
+ * ext/kio/kiosrc.cpp:
+ * ext/kio/kiosrc.h:
+ add experimental kiosrc plugin
+ * ext/alsa/gstalsaplugin.c: (plugin_init):
+ initialize debugging category only when we're sure registering the
+ plugins worked.
+
2004-03-29 Thomas Vander Stichele <thomas at apestaart dot org>
* examples/gstplay/player.c: (main):