From: David Schleef Date: Fri, 13 Jun 2003 05:38:16 +0000 (+0000) Subject: Add videoflip X-Git-Tag: BRANCH-ERROR-ROOT~125 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6711570bbc7e6cec7d51d0b2f5d604b3c6567ad7;p=platform%2Fupstream%2Fgst-plugins-base.git Add videoflip Original commit message from CVS: Add videoflip --- diff --git a/configure.ac b/configure.ac index bf8b31547..ea7d25db5 100644 --- a/configure.ac +++ b/configure.ac @@ -258,7 +258,7 @@ GST_PLUGINS_ALL="\ mpegaudio mpegaudioparse mpegstream mpegtypes\ monoscope oneton passthrough playondemand qtdemux rtp rtjpeg silence sine\ smooth smpte spectrum speed stereo stereomono synaesthesia\ - udp vbidec videocrop videoscale videotestsrc volenv volume\ + udp vbidec videocrop videoflip videoscale videotestsrc volenv volume\ vumeter wavenc wavparse y4m" dnl see if we can build C++ plug-ins @@ -1210,9 +1210,10 @@ gst/stereomono/Makefile gst/synaesthesia/Makefile gst/udp/Makefile gst/vbidec/Makefile +gst/videocrop/Makefile +gst/videoflip/Makefile gst/videoscale/Makefile gst/videotestsrc/Makefile -gst/videocrop/Makefile gst/volenv/Makefile gst/volume/Makefile gst/vumeter/Makefile