]> git.sesse.net Git - vlc/blobdiff - include/vlc/deprecated.h
rtsp: Remove unused variable.
[vlc] / include / vlc / deprecated.h
index 6ec4161b9473d899c522af018b20b7fc7f2c9eb2..cbb382dce44eeb755b630202900b9989acf6a844 100644 (file)
@@ -51,14 +51,14 @@ extern "C" {
  * On OSX 64-bits, this function will always fail.
  *
  * On other platforms, an existing X11 window ID is expected. See
- * libvlc_media_player_set_xid() for details.
+ * libvlc_media_player_set_xwindow() for details.
  *
  * \param p_mi the Media Player
  * \param drawable the libvlc_drawable_t where the media player
  *        should render its video
  * \param p_e an initialized exception pointer
  */
-VLC_PUBLIC_API void libvlc_media_player_set_drawable ( libvlc_media_player_t *, libvlc_drawable_t, libvlc_exception_t * );
+VLC_DEPRECATED_API void libvlc_media_player_set_drawable ( libvlc_media_player_t *, libvlc_drawable_t, libvlc_exception_t * );
 
 /**
  * Get the drawable where the media player should render its video output
@@ -68,7 +68,7 @@ VLC_PUBLIC_API void libvlc_media_player_set_drawable ( libvlc_media_player_t *,
  * \return the libvlc_drawable_t where the media player
  *         should render its video
  */
-VLC_PUBLIC_API libvlc_drawable_t
+VLC_DEPRECATED_API libvlc_drawable_t
                     libvlc_media_player_get_drawable ( libvlc_media_player_t *, libvlc_exception_t * );
 
 /*****************************************************************************
@@ -82,7 +82,7 @@ VLC_PUBLIC_API libvlc_drawable_t
  */
 
 /**
- * Start playing.
+ * Start playing (if there is any item in the playlist).
  *
  * Additionnal playlist item options can be specified for addition to the
  * item before it is played.