mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
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.
This commit is contained in:
parent
859c229adb
commit
afc9757308
1 changed files with 3 additions and 2 deletions
|
@ -268,8 +268,8 @@ GST_PLUGINS_ALL="\
|
||||||
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 tcp udp vbidec \
|
spectrum speed stereo synaesthesia tcp udp vbidec \
|
||||||
videocrop videofilter videoflip videoscale videotestsrc \
|
videocrop videodrop videofilter videoflip videoscale \
|
||||||
volenv volume wavenc wavparse y4m"
|
videotestsrc volenv volume wavenc wavparse y4m"
|
||||||
|
|
||||||
dnl see if we can build C++ plug-ins
|
dnl see if we can build C++ plug-ins
|
||||||
if test "x$HAVE_CXX" = "xyes"; then
|
if test "x$HAVE_CXX" = "xyes"; then
|
||||||
|
@ -1216,6 +1216,7 @@ gst/tcp/Makefile
|
||||||
gst/udp/Makefile
|
gst/udp/Makefile
|
||||||
gst/vbidec/Makefile
|
gst/vbidec/Makefile
|
||||||
gst/videocrop/Makefile
|
gst/videocrop/Makefile
|
||||||
|
gst/videodrop/Makefile
|
||||||
gst/videofilter/Makefile
|
gst/videofilter/Makefile
|
||||||
gst/videoflip/Makefile
|
gst/videoflip/Makefile
|
||||||
gst/videoscale/Makefile
|
gst/videoscale/Makefile
|
||||||
|
|
Loading…
Reference in a new issue