summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJulien Moutte <julien@moutte.net>2003-12-08 20:01:00 +0000
committerJulien Moutte <julien@moutte.net>2003-12-08 20:01:00 +0000
commitc58758c843e341157c5a8503734b8e6bd025ea25 (patch)
tree602111cad88e983ec7f8c0e7b95d744c1044f0e6 /configure.ac
parenta5a43a7f614ca72a3485bdb52e3fe9c05510d5ef (diff)
Adding a new plugin: switch.
Original commit message from CVS: Adding a new plugin: switch. It takes N input and only has 1 output. You can "switch" the forwarded input through properties ("nb_sources", "active_source") and i will probably add tuner interface support soon. It should be able to handle any kind of data passing through it. It is still a work in progress don't consider it usable for production yet.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 7f6ea848..68734b8f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -334,6 +334,7 @@ GST_PLUGINS_ALL="\
spectrum \
speed \
stereo \
+ switch \
synaesthesia \
tags \
tcp \
@@ -1395,6 +1396,7 @@ gst/smpte/Makefile
gst/spectrum/Makefile
gst/speed/Makefile
gst/stereo/Makefile
+gst/switch/Makefile
gst/synaesthesia/Makefile
gst/tags/Makefile
gst/tcp/Makefile