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
..
2012-11-04 00:09:59 +00:00
2014-01-03 11:26:26 +01:00
2013-12-27 15:52:03 +01:00
2013-09-09 13:14:24 -04:00
2013-04-23 18:57:04 +02:00
2013-06-20 23:00:59 +02:00