[vlc-devel] [PATCH v3 8/8] libvlc: doc: list breaking changes

Thomas Guillem thomas at gllm.fr
Tue May 21 09:54:30 CEST 2019



On Mon, May 20, 2019, at 17:36, Romain Vimont wrote:
> ---
>  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)

set_media() that can do a stop internally is asynchronous too

> -- 
> 2.20.1
> 
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel


More information about the vlc-devel mailing list