From 0fbc246d234b70e14f94efe77226bbe976a2da1d Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 21 Oct 2006 22:56:03 +0000 Subject: 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. --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index dadf639f..e1d98482 100644 --- a/configure.ac +++ b/configure.ac @@ -83,6 +83,7 @@ GST_PLUGINS_ALL="\ h264parse \ nuvdemux \ modplug \ + multifilesink \ nsf \ replaygain \ spectrum \ @@ -799,6 +800,7 @@ gst/h264parse/Makefile gst/modplug/Makefile gst/nuvdemux/Makefile gst/modplug/libmodplug/Makefile +gst/multifilesink/Makefile gst/nsf/Makefile gst/replaygain/Makefile gst/spectrum/Makefile -- cgit v1.2.1