Commit d505bf17 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

doc: cannot change xwindow while playing

parent 41373a85
...@@ -327,7 +327,8 @@ VLC_PUBLIC_API uint32_t libvlc_media_player_get_agl ( libvlc_media_player_t *p_m ...@@ -327,7 +327,8 @@ VLC_PUBLIC_API uint32_t libvlc_media_player_get_agl ( libvlc_media_player_t *p_m
* The specified identifier must correspond to an existing Input/Output class * The specified identifier must correspond to an existing Input/Output class
* X11 window. Pixmaps are <b>not</b> supported. The caller shall ensure that * X11 window. Pixmaps are <b>not</b> supported. The caller shall ensure that
* the X11 server is the same as the one the VLC instance has been configured * the X11 server is the same as the one the VLC instance has been configured
* with. * with. This function must be called before video playback is started;
* otherwise it will only take effect after playback stop and restart.
* *
* \param p_mi the Media Player * \param p_mi the Media Player
* \param drawable the ID of the X window * \param drawable the ID of the X window
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment