[vlc-devel] Re: vlc: svn commit r18210 (funman)
Rafaël Carré
funman at videolan.org
Sun Dec 3 17:03:27 CET 2006
On Sun, 3 Dec 2006 12:23:17 +0100 (CET)
Subversion daemon <svn at videolan.org> wrote:
> r18210 | funman | 2006-12-03 12:23:17 +0100 (Sun, 03 Dec 2006) | 2 lines
> Changed paths:
> M /branches/0.8.6/modules/gui/wxwidgets/extrapanel.cpp
>
> revert [18200]
>
> > http://trac.videolan.org/vlc/changeset/18210
In the wxwidgets interface, the deinterlacing can not be active in the same time than extended gui
here's what happens:
< 18200 : deinterlacing mode is always lost when extended gui is active. this is because extended gui reads _config_ variable (config_GetPsz) "vout-filter", and deinterlacing menu modify _runtime_ variable (var_GetString).
>= 18200, < 18210 : extended gui now uses first runtime variable (var_GetString), and fallbacks on config variable (config_GetPsz) if it's empty.
deinterlacing mode is kept when extended gui is active. but extended gui settings will have no effects anymore.
I can't see the effects of deinterlacing, only see what's in the menu, and trax says deinterlacing is actually working, even if in the menu it looks disabled, so the behaviour of < 18200 is better.
--
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20061203/4ae2db0e/attachment.sig>
More information about the vlc-devel
mailing list