[vlc-devel] [PATCH] objects: Add stream_{directory, extractor}_t to C++ VLC_OBJECT()
Thomas Guillem
thomas at gllm.fr
Tue Nov 5 15:12:23 CET 2019
Merged, thanks!
On Mon, Nov 4, 2019, at 23:52, Johan Gunnarsson wrote:
> ---
> include/vlc_objects.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/include/vlc_objects.h b/include/vlc_objects.h
> index 0c9e055034..19ee5207fc 100644
> --- a/include/vlc_objects.h
> +++ b/include/vlc_objects.h
> @@ -91,6 +91,8 @@ vlc_object_cast(intf_thread_t)
> vlc_object_cast(vlc_player_t)
> vlc_object_cast(playlist_t)
> vlc_object_cast(stream_t)
> +vlc_object_cast(stream_directory_t)
> +vlc_object_cast(stream_extractor_t)
> vlc_object_cast(decoder_t)
> vlc_object_cast(filter_t)
> vlc_object_cast(audio_output)
> --
> 2.17.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