summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-09-30 21:44:53 +0000
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>2003-09-30 21:44:53 +0000
commitb569848e286b7435997a67e17fa0b21db892131d (patch)
tree464f3acd83c13688346bffa5ce5c4fdd3bfacb1b /configure.ac
parent9dc3493220ea70da13f4d0b762a66d6ec70b2ece (diff)
downloadgst-plugins-bad-b569848e286b7435997a67e17fa0b21db892131d.tar.gz
gst-plugins-bad-b569848e286b7435997a67e17fa0b21db892131d.tar.bz2
gst-plugins-bad-b569848e286b7435997a67e17fa0b21db892131d.zip
Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain o...
Original commit message from CVS: Add new element: frame dropper. This element inserts/drops frames to go from a certain input framerate to a certain output framerate. It's extremely simple and that's why it's so cute.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a1e0cf46..bf0338ee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -268,8 +268,8 @@ GST_PLUGINS_ALL="\
monoscope oneton overlay passthrough playondemand qtdemux \
realmedia rtp rtjpeg silence sine smooth smpte \
spectrum speed stereo synaesthesia tcp udp vbidec \
- videocrop videofilter videoflip videoscale videotestsrc \
- volenv volume wavenc wavparse y4m"
+ videocrop videodrop videofilter videoflip videoscale \
+ videotestsrc volenv volume wavenc wavparse y4m"
dnl see if we can build C++ plug-ins
if test "x$HAVE_CXX" = "xyes"; then
@@ -1216,6 +1216,7 @@ gst/tcp/Makefile
gst/udp/Makefile
gst/vbidec/Makefile
gst/videocrop/Makefile
+gst/videodrop/Makefile
gst/videofilter/Makefile
gst/videoflip/Makefile
gst/videoscale/Makefile