Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC


Commits:
bbf81b68 by Zhao Zhili at 2022-11-17T06:27:16+00:00
prefetch: handle STREAM_GET_TAGS

Signed-off-by: Thomas Guillem <[email protected]>
(cherry picked from commit c53aefcc786e9022a571a27fb4c694d8bb571d1b)
Signed-off-by: Marvin Scholz <[email protected]>

- - - - -


1 changed file:

- modules/stream_filter/prefetch.c


Changes:

=====================================
modules/stream_filter/prefetch.c
=====================================
@@ -378,6 +378,7 @@ static int Control(stream_t *stream, int query, va_list 
args)
             *va_arg(args, char **) = strdup(sys->content_type);
             return VLC_SUCCESS;
         case STREAM_GET_SIGNAL:
+        case STREAM_GET_TAGS:
             return VLC_EGENERIC;
         case STREAM_SET_PAUSE_STATE:
         {



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/bbf81b68838f2b4aead0c8977b2ac1eff39a2bbc

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/bbf81b68838f2b4aead0c8977b2ac1eff39a2bbc
You're receiving this email because of your account on code.videolan.org.


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

Reply via email to