mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d1d7fb884d
Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/dshowvideosink/Makefile.am: * sys/dshowvideosink/README: * sys/dshowvideosink/dshowvideofakesrc.cpp: * sys/dshowvideosink/dshowvideofakesrc.h: * sys/dshowvideosink/dshowvideosink.cpp: * sys/dshowvideosink/dshowvideosink.h: Add a new win32 videosink. Uses the DirectShow renderers for high-performance video rendering on win32. Currently only supports some YUV formats. Rank PRIMARY, since it's much more useful for the common cases that the directdraw sink (which only does RGB).
9 lines
236 B
Makefile
9 lines
236 B
Makefile
# This plugin isn't buildable with autotools at this point in time, so just
|
|
# ensure everything's listed in EXTRA_DIST
|
|
|
|
EXTRA_DIST = \
|
|
dshowvideofakesrc.cpp \
|
|
dshowvideofakesrc.h \
|
|
dshowvideosink.cpp \
|
|
dshowvideosink.h
|
|
|