diff options
author | David Schleef <ds@schleef.org> | 2002-07-26 22:20:45 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2002-07-26 22:20:45 +0000 |
commit | 1bba1d3d379099d3c3476cb55021d6cc12655eb6 (patch) | |
tree | 0a431b906d8ff94e088e9e3e56d8d5e0aee66f73 | |
parent | 7c524c3fc93c0f91d535265b83ec5b6a8eb9c801 (diff) | |
download | gst-plugins-bad-1bba1d3d379099d3c3476cb55021d6cc12655eb6.tar.gz gst-plugins-bad-1bba1d3d379099d3c3476cb55021d6cc12655eb6.tar.bz2 gst-plugins-bad-1bba1d3d379099d3c3476cb55021d6cc12655eb6.zip |
Add videotestsrc plugin
Original commit message from CVS:
Add videotestsrc plugin
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8d4ba38e..7df5f5da 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 |