diff options
author | David Schleef <ds@schleef.org> | 2006-10-21 22:56:03 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2006-10-21 22:56:03 +0000 |
commit | 0fbc246d234b70e14f94efe77226bbe976a2da1d (patch) | |
tree | e72e0dc6307bba331b0d0ed1de5b831edc1d5537 /ChangeLog | |
parent | 6a2a4c0fe62d0cdbecc8dd0b01ea458c6efa2de7 (diff) | |
download | gst-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |