[vlc-devel] vlc: svn commit r7694 (gbazin)
Subversion daemon
svn at videolan.org
Mon May 17 00:06:34 CEST 2004
r7694 | gbazin | 2004-05-17 00:06:34 +0200 (Mon, 17 May 2004) | 14 lines
Changed paths:
M /trunk/include/video_output.h
M /trunk/modules/gui/wxwindows/wxwindows.cpp
M /trunk/modules/video_output/directx/events.c
M /trunk/modules/video_output/x11/xcommon.c
M /trunk/src/video_output/video_output.c
M /trunk/src/video_output/vout_intf.c
* src/video_output/vout_intf.c, include/video_output.h:
+ vout_RequestWindow() will now cycle through all the available interfaces until
it finds one with embedded vout support.
This fixes the issue where embedded vout would stop working when additional
interfaces are spawned after the main interface is started.
+ vout_RequestWindow() now stores the parent interface pointer into the vout
object for later use by vout_ControlWindow() and vout_ReleaseWindow().
+ added a vout_vaControlDefault() called by the vouts pf_control() when they
don't handle something.
* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c:
+ call vout_vaControlDefault().
* modules/gui/wxwindows/wxwindows.cpp: sets p_intf->b_dead when the interface is
about to be destroyed.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list