summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2006-10-21 22:56:03 +0000
committerDavid Schleef <ds@schleef.org>2006-10-21 22:56:03 +0000
commit0fbc246d234b70e14f94efe77226bbe976a2da1d (patch)
treee72e0dc6307bba331b0d0ed1de5b831edc1d5537 /ChangeLog
parent6a2a4c0fe62d0cdbecc8dd0b01ea458c6efa2de7 (diff)
downloadgst-plugins-bad-0fbc246d234b70e14f94efe77226bbe976a2da1d.tar.gz
gst-plugins-bad-0fbc246d234b70e14f94efe77226bbe976a2da1d.tar.bz2
gst-plugins-bad-0fbc246d234b70e14f94efe77226bbe976a2da1d.zip
I copied over filesink a while ago and modified it to work as multifilesink. Might as well check it in. This could ...
Original commit message from CVS: * configure.ac: * gst/multifilesink/Makefile.am: * gst/multifilesink/gstmultifilesink.c: * gst/multifilesink/gstmultifilesink.h: I copied over filesink a while ago and modified it to work as multifilesink. Might as well check it in. This could use some work before being declared useful.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 88273d5f..2390bc62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-10-21 David Schleef <ds@schleef.org>
+
+ * configure.ac:
+ * gst/multifilesink/Makefile.am:
+ * gst/multifilesink/gstmultifilesink.c:
+ * gst/multifilesink/gstmultifilesink.h:
+ I copied over filesink a while ago and modified it to work
+ as multifilesink. Might as well check it in. This could
+ use some work before being declared useful.
+
2006-10-17 Tim-Philipp Müller <tim at centricular dot net>
* ext/wavpack/gstwavpackenc.c: (gst_wavpack_enc_set_wp_config):