gstreamer/sys/dshowvideosink
plamot e0ffcd30e8 dshowvideosink: Fix 64bit compatibility issue
SetWindowLong works only for 32 bit systems, thus windows events (move/resize)
where not interpreted on 64 bit systems

https://bugzilla.gnome.org/show_bug.cgi?id=756617
2015-10-19 15:23:38 +03:00
..
dshowvideofakesrc.cpp dshowvideosink: Port to 1.0 and new GLib threading API 2014-12-05 08:02:02 +00:00
dshowvideofakesrc.h Fix FSF address 2012-11-04 00:09:59 +00:00
dshowvideosink.cpp dshowvideosink: Fix 64bit compatibility issue 2015-10-19 15:23:38 +03:00
dshowvideosink.h dshowvideosink: Port to 1.0 and new GLib threading API 2014-12-05 08:02:02 +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...