Remove recursive/deadlocking calls in Qt4 embedded video (refs #2136).
commit5253760be29bc5ba22a6c3c4318ae4ec12627611
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 20 Oct 2008 18:49:19 +0000 (20 21:49 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Mon, 20 Oct 2008 19:22:00 +0000 (20 22:22 +0300)
tree55ff84bb4b81f34448ad88cd2ad5de516ead73b4
parent69dcbfc3404cb1ab2209521d335887a2a5682ac8
Remove recursive/deadlocking calls in Qt4 embedded video (refs #2136).

The vout code invokes the Qt4 video widget through the Qt4 window
submodule. Hence, the video widget cannot call the vout window code.
This is where the embedded video crashes seem to come from.
Unfortunately, this commit trades the deadlock (on 1.0) or the crash
(on 0.9) for an assertion failure.
modules/gui/qt4/components/interface_widgets.cpp