[vlc-commits] [Git][videolan/vlc][master] lib: fix incorrect release function in get_media_player doc
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Thu Mar 26 14:31:07 UTC 2026
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
d829e1c8 by Martin Finkel at 2026-03-26T14:12:35+01:00
lib: fix incorrect release function in get_media_player doc
- - - - -
1 changed file:
- include/vlc/libvlc_media_list_player.h
Changes:
=====================================
include/vlc/libvlc_media_list_player.h
=====================================
@@ -117,7 +117,7 @@ LIBVLC_API void
* \param p_mlp media list player instance
* \return media player instance
* \note the caller is responsible for releasing the returned instance
- with libvlc_media_list_player_set_media_player().
+ * with libvlc_media_player_release().
*/
LIBVLC_API libvlc_media_player_t *
libvlc_media_list_player_get_media_player(libvlc_media_list_player_t * p_mlp);
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d829e1c8c01259f5f49896990b156de087f24974
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d829e1c8c01259f5f49896990b156de087f24974
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list