[vlc-commits] [Git][videolan/vlc][3.0.x] prefetch: handle STREAM_GET_TAGS
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Nov 17 06:45:54 UTC 2022
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 <thomas at gllm.fr>
(cherry picked from commit c53aefcc786e9022a571a27fb4c694d8bb571d1b)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>
- - - - -
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
More information about the vlc-commits
mailing list