mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
Added tcp plugin to build
Original commit message from CVS: Added tcp plugin to build
This commit is contained in:
parent
469443563e
commit
ad95e918d6
1 changed files with 2 additions and 1 deletions
|
@ -253,7 +253,7 @@ GST_PLUGINS_ALL="\
|
||||||
mpegaudio mpegaudioparse mpegstream mpegtypes \
|
mpegaudio mpegaudioparse mpegstream mpegtypes \
|
||||||
monoscope oneton overlay passthrough playondemand qtdemux \
|
monoscope oneton overlay passthrough playondemand qtdemux \
|
||||||
realmedia rtp rtjpeg silence sine smooth smpte \
|
realmedia rtp rtjpeg silence sine smooth smpte \
|
||||||
spectrum speed stereo synaesthesia udp vbidec \
|
spectrum speed stereo synaesthesia tcp udp vbidec \
|
||||||
videocrop videofilter videoflip videoscale videotestsrc \
|
videocrop videofilter videoflip videoscale videotestsrc \
|
||||||
volenv volume wavenc wavparse y4m"
|
volenv volume wavenc wavparse y4m"
|
||||||
|
|
||||||
|
@ -1213,6 +1213,7 @@ gst/spectrum/Makefile
|
||||||
gst/speed/Makefile
|
gst/speed/Makefile
|
||||||
gst/stereo/Makefile
|
gst/stereo/Makefile
|
||||||
gst/synaesthesia/Makefile
|
gst/synaesthesia/Makefile
|
||||||
|
gst/tcp/Makefile
|
||||||
gst/udp/Makefile
|
gst/udp/Makefile
|
||||||
gst/vbidec/Makefile
|
gst/vbidec/Makefile
|
||||||
gst/videocrop/Makefile
|
gst/videocrop/Makefile
|
||||||
|
|
Loading…
Reference in a new issue