vlc | branch: master | Romain Vimont <[email protected]> | Mon May 20 15:48:57 2019 +0200| [70ee5693df6cf6e6676e8bf38b3376e03a4ee933] | committer: Jean-Baptiste Kempf
libvlc: doc: list breaking changes Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=70ee5693df6cf6e6676e8bf38b3376e03a4ee933 --- doc/libvlc/CHANGES-v3-to-v4.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/libvlc/CHANGES-v3-to-v4.txt b/doc/libvlc/CHANGES-v3-to-v4.txt new file mode 100644 index 0000000000..919a41cd8b --- /dev/null +++ b/doc/libvlc/CHANGES-v3-to-v4.txt @@ -0,0 +1,8 @@ +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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
