vlc | branch: master | Johan Gunnarsson <[email protected]> | Mon Nov  
4 23:52:31 2019 +0100| [0e5178f7214a03cfe673e989bdfabad6853c9e60] | committer: 
Thomas Guillem

objects: Add stream_{directory, extractor}_t to C++ VLC_OBJECT()

Signed-off-by: Thomas Guillem <[email protected]>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0e5178f7214a03cfe673e989bdfabad6853c9e60
---

 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)

_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to