[vlc-commits] commit: doc: cannot change xwindow while playing ( Rémi Denis-Courmont )

git at videolan.org git at videolan.org
Wed Nov 10 16:28:34 CET 2010


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Wed Nov 10 17:28:16 2010 +0200| [d505bf17c5c6cf47e20cdad02bfe5eb1b609e6de] | committer: Rémi Denis-Courmont 

doc: cannot change xwindow while playing

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d505bf17c5c6cf47e20cdad02bfe5eb1b609e6de
---

 include/vlc/libvlc_media_player.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/vlc/libvlc_media_player.h b/include/vlc/libvlc_media_player.h
index 1ca9bb4..5342b2a 100644
--- a/include/vlc/libvlc_media_player.h
+++ b/include/vlc/libvlc_media_player.h
@@ -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
  * 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
- * 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 drawable the ID of the X window



More information about the vlc-commits mailing list