summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2002-07-26 22:20:45 +0000
committerDavid Schleef <ds@schleef.org>2002-07-26 22:20:45 +0000
commit1bba1d3d379099d3c3476cb55021d6cc12655eb6 (patch)
tree0a431b906d8ff94e088e9e3e56d8d5e0aee66f73
parent7c524c3fc93c0f91d535265b83ec5b6a8eb9c801 (diff)
downloadgstreamer-plugins-bad-1bba1d3d379099d3c3476cb55021d6cc12655eb6.tar.gz
Add videotestsrc plugin
Original commit message from CVS: Add videotestsrc plugin
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8d4ba38e1..7df5f5da1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -216,7 +216,7 @@ GST_PLUGINS_ALL="\
mpegaudio mpegaudioparse mpegstream mpegtypes modplug\
monoscope passthrough playondemand qtdemux rtjpeg silence sine\
smooth spectrum speed stereo stereomono\
- synaesthesia udp videocrop videoscale volenv volume vumeter wavparse y4m"
+ synaesthesia udp videocrop videoscale videotestsrc volenv volume vumeter wavparse y4m"
AC_SUBST(GST_PLUGINS_ALL)
@@ -870,6 +870,7 @@ gst/stereomono/Makefile
gst/synaesthesia/Makefile
gst/udp/Makefile
gst/videoscale/Makefile
+gst/videotestsrc/Makefile
gst/videocrop/Makefile
gst/volenv/Makefile
gst/volume/Makefile