summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-08-09 17:39:47 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-08-09 17:39:47 +0000
commitcf74a6136d5b03386d7326757479b9ac59cca162 (patch)
treebe515cc893d7cb5c9a781073652d1c5b4f97ab33 /configure.ac
parent227f1e3965c2b536fd792af9af20a9aaa4232ed9 (diff)
downloadgst-plugins-bad-cf74a6136d5b03386d7326757479b9ac59cca162.tar.gz
gst-plugins-bad-cf74a6136d5b03386d7326757479b9ac59cca162.tar.bz2
gst-plugins-bad-cf74a6136d5b03386d7326757479b9ac59cca162.zip
Port the stereo element to GStreamer 0.10.
Original commit message from CVS: * configure.ac: * gst/stereo/Makefile.am: * gst/stereo/gststereo.c: (gst_stereo_base_init), (gst_stereo_class_init), (gst_stereo_init), (gst_stereo_transform_ip), (gst_stereo_set_property), (gst_stereo_get_property): * gst/stereo/gststereo.h: Port the stereo element to GStreamer 0.10.
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 68510f49..a0f3bbc3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -101,6 +101,7 @@ GST_PLUGINS_ALL="\
rtpmanager \
spectrum \
speed \
+ stereo \
switch \
tta \
videoparse \
@@ -997,6 +998,7 @@ gst/replaygain/Makefile
gst/rtpmanager/Makefile
gst/spectrum/Makefile
gst/speed/Makefile
+gst/stereo/Makefile
gst/switch/Makefile
gst/tta/Makefile
gst/videoparse/Makefile