[vlc-devel] [PATCH] -- qt4 cone display issue

brezhoneg1 brezhoneg1 at yahoo.fr
Sat Feb 14 22:41:17 CET 2009


 

When using vlc in QT_ALWAYS_VIDEO_MODE mode and
--no-qt-video-autoresize, transition between items (with a cone
appearing in-between) seemed to behave weirdly.

Actually, the VideoWidget is asked to show, before the cone is asked to
hide, and that results in a short period of time with the upper half
displaying the video and the lower half displaying the cone. This can
most often go unnoticed, but yet the cone seems unstable.  (With a debug
version, it can be seen clearly)

This patch (1) corrects the natural order (first hide cone, then show
video)

A second patch (optional) can help debug (compare the number of resizing
with the right vs. wrong order of show/hide things)

Erwan10

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Corrects-unfortunate-cone-behavior-between-two-video.patch
Type: application/octet-stream
Size: 3229 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090214/dde20b30/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Helper-patch-to-debug-VideoWidget-BackgroundWidget-r.patch
Type: application/octet-stream
Size: 1912 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090214/dde20b30/attachment-0001.obj>


More information about the vlc-devel mailing list