mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
Add videoflip
Original commit message from CVS: Add videoflip
This commit is contained in:
parent
e9257134ff
commit
a3625bca95
1 changed files with 3 additions and 2 deletions
|
@ -258,7 +258,7 @@ GST_PLUGINS_ALL="\
|
||||||
mpegaudio mpegaudioparse mpegstream mpegtypes\
|
mpegaudio mpegaudioparse mpegstream mpegtypes\
|
||||||
monoscope oneton passthrough playondemand qtdemux rtp rtjpeg silence sine\
|
monoscope oneton passthrough playondemand qtdemux rtp rtjpeg silence sine\
|
||||||
smooth smpte spectrum speed stereo stereomono synaesthesia\
|
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"
|
vumeter wavenc wavparse y4m"
|
||||||
|
|
||||||
dnl see if we can build C++ plug-ins
|
dnl see if we can build C++ plug-ins
|
||||||
|
@ -1210,9 +1210,10 @@ gst/stereomono/Makefile
|
||||||
gst/synaesthesia/Makefile
|
gst/synaesthesia/Makefile
|
||||||
gst/udp/Makefile
|
gst/udp/Makefile
|
||||||
gst/vbidec/Makefile
|
gst/vbidec/Makefile
|
||||||
|
gst/videocrop/Makefile
|
||||||
|
gst/videoflip/Makefile
|
||||||
gst/videoscale/Makefile
|
gst/videoscale/Makefile
|
||||||
gst/videotestsrc/Makefile
|
gst/videotestsrc/Makefile
|
||||||
gst/videocrop/Makefile
|
|
||||||
gst/volenv/Makefile
|
gst/volenv/Makefile
|
||||||
gst/volume/Makefile
|
gst/volume/Makefile
|
||||||
gst/vumeter/Makefile
|
gst/vumeter/Makefile
|
||||||
|
|
Loading…
Reference in a new issue