]> git.sesse.net Git - vlc/blobdiff - include/vlc/libvlc_media.h
Replace libvlc_exception_get_message with libvlc_errmsg
[vlc] / include / vlc / libvlc_media.h
index a67778d98aba5b90a81fa9e6843375f44049236f..3d1743f1ef515be774f84e673fdb014c56460ccf 100644 (file)
@@ -207,7 +207,7 @@ VLC_PUBLIC_API libvlc_media_t * libvlc_media_duplicate( libvlc_media_t * );
  * Read the meta of the media.
  *
  * \param p_meta_desc the media to read
- * \param e_meta_desc the meta to read
+ * \param e_meta the meta to read
  * \param p_e an initialized exception pointer
  * \return the media's meta
  */
@@ -263,7 +263,7 @@ VLC_PUBLIC_API libvlc_event_manager_t *
                                            libvlc_exception_t * p_e );
 
 /**
- * Get duration of media descriptor object item.
+ * Get duration (in ms) of media descriptor object item.
  *
  * \param p_md media descriptor object
  * \param p_e an initialized exception object