Skip to content
Snippets Groups Projects
Commit c53aefcc authored by Zhao Zhili's avatar Zhao Zhili Committed by Thomas Guillem
Browse files

prefetch: handle STREAM_GET_TAGS


Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 9c55803e
No related branches found
No related tags found
No related merge requests found
......@@ -383,6 +383,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:
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment