[vlc-commits] libvlc: doc: list breaking changes

Romain Vimont git at videolan.org
Wed May 22 22:04:32 CEST 2019


vlc | branch: master | Romain Vimont <rom1v at videolabs.io> | Mon May 20 15:48:57 2019 +0200| [70ee5693df6cf6e6676e8bf38b3376e03a4ee933] | committer: Jean-Baptiste Kempf

libvlc: doc: list breaking changes

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> 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



More information about the vlc-commits mailing list