GNOME Bugzilla – Bug 657495
[d3dvideosink] Fix device initialization check
Last modified: 2012-02-07 11:40:14 UTC
Created attachment 194913 [details] [review] fix device initialization check When the device is initialize in the NULL_TO_READY state change, we always returns successfully, even if the device was not initialized properly. This behaviour doesn't allow switching to a different video sink using autovideosink, for instance. The following patch patch checks that the device was initialized properly and if not return a state change failure in the null to ready transition.
Looks good. Please push.
*** Bug 657494 has been marked as a duplicate of this bug. ***
I don't have commit access. Can you push it?
Of course, same for patches in other bug reports. Sorry, I thought you had commit access.
Any progress here?
commit d3b1488fa734b4aa025845feb0590bf46d0983f5 Author: Andoni Morales Alastruey <ylatuya@gmail.com> Date: Sat Aug 27 13:07:00 2011 +0200 d3dvideosink: Fix device initialization check