gstreamer/sys/dshowvideosink
Michael Smith cbc5127190 sys/: Initialise COM with default flags.
Original commit message from CVS:
* sys/dshowdecwrapper/gstdshowaudiodec.c:
* sys/dshowdecwrapper/gstdshowaudiodec.h:
* sys/dshowdecwrapper/gstdshowvideodec.c:
* sys/dshowdecwrapper/gstdshowvideodec.h:
* sys/dshowvideosink/dshowvideosink.cpp:
* sys/dshowvideosink/dshowvideosink.h:
Initialise COM with default flags.
Only deinitialise if the initialisation was successful.
2008-08-13 21:58:08 +00:00
..
dshowvideofakesrc.cpp sys/dshowvideosink/: Fix up copyright notice on new plugin. 2008-06-04 21:18:53 +00:00
dshowvideofakesrc.h sys/dshowvideosink/: Fix up copyright notice on new plugin. 2008-06-04 21:18:53 +00:00
dshowvideosink.cpp sys/: Initialise COM with default flags. 2008-08-13 21:58:08 +00:00
dshowvideosink.h sys/: Initialise COM with default flags. 2008-08-13 21:58:08 +00:00
Makefile.am Add a new win32 videosink. Uses the DirectShow renderers for high-performance video rendering on win32. 2008-06-02 18:23:54 +00:00
README Add a new win32 videosink. Uses the DirectShow renderers for high-performance video rendering on win32. 2008-06-02 18:23:54 +00:00

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...