GNOME Bugzilla – Bug 678131
[d3dvideosink] Fix creation of several internal windows.
Last modified: 2012-06-15 12:16:01 UTC
Created attachment 216479 [details] [review] Don't create a new internal windows if it exists already As shown in https://bugs.freedesktop.org/show_bug.cgi?id=51094, the sink is creating a new internal window, even there is already one.
commit b393f3576585c5bce64f7f824a548e0b6a6703bb Author: Andoni Morales Alastruey <ylatuya@gmail.com> Date: Fri Jun 15 00:58:43 2012 +0200 d3dvideosink: don't create new internal windows if we already have one
Created attachment 216505 [details] [review] don't recreate the d3d device if not needed And make sure we don't create a new d3d device either.