[vlc-devel] [PATCH v3 8/8] libvlc: doc: list breaking changes
Romain Vimont
rom1v at videolabs.io
Mon May 20 17:35:17 CEST 2019
---
doc/libvlc/CHANGES-v3-to-v4.txt | 7 +++++++
1 file changed, 7 insertions(+)
create mode 100644 doc/libvlc/CHANGES-v3-to-v4.txt
diff --git a/doc/libvlc/CHANGES-v3-to-v4.txt b/doc/libvlc/CHANGES-v3-to-v4.txt
new file mode 100644
index 0000000000..8ad8b36a95
--- /dev/null
+++ b/doc/libvlc/CHANGES-v3-to-v4.txt
@@ -0,0 +1,7 @@
+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 (it was the only blocking
+ function, it does not block anymore)
--
2.20.1
More information about the vlc-devel
mailing list