gstreamer/sys/d3dvideosink
Alexey Chernov d96999328a d3dvideosink: First destroy the window, then unregister the class
It's impossible to create another pipeline with d3dvideosink after disposing
the previous one due to some problem in d3dvideosink. The message is: "Unable
to register Direct3D hidden window class".

I've evaluated the problem and it's that UnregisterClass() in working thread is
called before DestroyWindow() and UnregisterClass() does nothing.

https://bugzilla.gnome.org/show_bug.cgi?id=722622
2014-01-21 09:45:07 +01:00
..
d3dhelpers.c d3dvideosink: First destroy the window, then unregister the class 2014-01-21 09:45:07 +01:00
d3dhelpers.h d3dvideosink: Implement a buffer pool that shares D3D surfaces with upstream 2013-03-26 13:39:46 +01:00
d3dvideosink.c d3dvideosink: disable buffer pools 2013-09-02 18:21:11 +02:00
d3dvideosink.h d3dvideosink: Add support for crop meta 2013-03-26 14:27:43 +01:00
Makefile.am d3dvideosink: disable buffer pools 2013-09-02 18:21:11 +02:00