mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
a51d318759
* Inherit from GstVideoSink * Implement GstNavigation interface * Proper COM initialization for threaded environments * Fix Window resource leak * Add EVR support for better video scaling on Windows Vista and above * Only apply PAR scaling when the keep_aspect_ratio property is set to stay consistent with the other Linux sinks * Prevent an infinite loop with the wndproc chain * Fix debugging messages to use the object instance |
||
---|---|---|
.. | ||
dshowvideofakesrc.cpp | ||
dshowvideofakesrc.h | ||
dshowvideosink.cpp | ||
dshowvideosink.h | ||
Makefile.am | ||
README |
To build this, you'll require the DirectShow base classes. These are supplied in the Windows SDK, but under Samples\Multimedia\DirectShow\BaseClasses Once you've built that, you should be able to figure out the rest...