1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
vlc/doc/libvlc/CHANGES-v3-to-v4.txt
Romain Vimont 70ee5693df libvlc: doc: list breaking changes
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
2019-05-22 22:04:01 +02:00

9 lines
419 B
Plaintext

Breaking changes between libvlc 3 and libvlc 4:
- libvlc_media_player_will_play() is removed (it is meaningless with the
new player)
- libvlc_media_player callbacks are called with the same (recursive)
mutex as libvlc_media_player functions
- libvlc_media_player_stop() is now asynchronous
- libvlc_media_player_set_pause() and libvlc_media_player_set_media(), which
could possibly stop, are now asynchronous too