[vlc-commits] [Git][videolan/vlc][master] libvlc: docs: Remove mention of libvlc_MediaFreed
Steve Lhomme
gitlab at videolan.org
Thu May 27 08:14:13 UTC 2021
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
42bc3b3d by Martin Finkel at 2021-05-27T07:58:47+00:00
libvlc: docs: Remove mention of libvlc_MediaFreed
libvlc_MediaFreed was removed in ff8775c96546a9904523cbb0ede35a05af5faed6
- - - - -
1 changed file:
- include/vlc/libvlc_media.h
Changes:
=====================================
include/vlc/libvlc_media.h
=====================================
@@ -431,8 +431,7 @@ LIBVLC_API void libvlc_media_retain( libvlc_media_t *p_md );
/**
* Decrement the reference count of a media descriptor object. If the
* reference count is 0, then libvlc_media_release() will release the
- * media descriptor object. It will send out an libvlc_MediaFreed event
- * to all listeners. If the media descriptor object has been released it
+ * media descriptor object. If the media descriptor object has been released it
* should not be used again.
*
* \param p_md the media descriptor
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/42bc3b3d8f32c6199015d6482454aaa90cabb404
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/42bc3b3d8f32c6199015d6482454aaa90cabb404
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list