Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Khalid Masum
VLC
Commits
c53aefcc
Commit
c53aefcc
authored
6 years ago
by
Zhao Zhili
Committed by
Thomas Guillem
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
prefetch: handle STREAM_GET_TAGS
Signed-off-by:
Thomas Guillem
<
thomas@gllm.fr
>
parent
9c55803e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/stream_filter/prefetch.c
+1
-0
1 addition, 0 deletions
modules/stream_filter/prefetch.c
with
1 addition
and
0 deletions
modules/stream_filter/prefetch.c
+
1
−
0
View file @
c53aefcc
...
...
@@ -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
:
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment