diff options
author | David Schleef <ds@schleef.org> | 2003-07-14 08:26:54 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-07-14 08:26:54 +0000 |
commit | 3c4d62fc2fb14969c39561ce5d13b8d6e94e181d (patch) | |
tree | 8c84de4c8685463458dc8efa8de2f8345b565743 | |
parent | ff1182f0bdba71efe2ba8750f20f8a6f55239fde (diff) | |
download | gst-plugins-bad-3c4d62fc2fb14969c39561ce5d13b8d6e94e181d.tar.gz gst-plugins-bad-3c4d62fc2fb14969c39561ce5d13b8d6e94e181d.tar.bz2 gst-plugins-bad-3c4d62fc2fb14969c39561ce5d13b8d6e94e181d.zip |
Add gst/overlay directory
Original commit message from CVS:
Add gst/overlay directory
-rw-r--r-- | configure.ac | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8c1d20e6..80da6143 100644 --- a/configure.ac +++ b/configure.ac @@ -253,7 +253,7 @@ GST_PLUGINS_ALL="\ filter flx goom intfloat law level median mixmatrix \ mpeg1enc mpeg1sys mpeg1videoparse mpeg2enc mpeg2sub \ mpegaudio mpegaudioparse mpegstream mpegtypes \ - monoscope oneton passthrough playondemand qtdemux \ + monoscope oneton overlay passthrough playondemand qtdemux \ realmedia rtp rtjpeg silence sine smooth smpte \ spectrum speed stereo synaesthesia udp vbidec \ videocrop videofilter videoflip videoscale videotestsrc \ @@ -1171,6 +1171,7 @@ gst/modplug/Makefile gst/modplug/libmodplug/Makefile gst/monoscope/Makefile gst/oneton/Makefile +gst/overlay/Makefile gst/passthrough/Makefile gst/playondemand/Makefile gst/qtdemux/Makefile |