[vlc-devel] Option drawable
Omar Barneto
obarneto at hasar.com
Mon Sep 4 16:28:55 CEST 2006
Scanning over vlc source code I've seen on /src/video_output/vout_intf.c
a piece of code that says:
/* Check whether someone provide us with a window ID */
var_Get(p_vout->p_vlc,"drawable",&val);
if( val.i_int) return (void *)val.i_int;
/* Find if the main interface supports embedding */
p_list = vlc_list_find( p_vout, VLC_OBJECT_INTF, FIND_ANYWHERE);
It seems like I can inform vlc of a window ID where it should reproduce
the input stream.
Has anybody ever used this option. Is it possible to do this?.
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list