Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
2ca6b3e4
Commit
2ca6b3e4
authored
Sep 27, 2017
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
demux: adaptive: fix debug string arguments
parent
4c7d9fa9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/demux/adaptive/logic/PredictiveAdaptationLogic.cpp
modules/demux/adaptive/logic/PredictiveAdaptationLogic.cpp
+1
-1
No files found.
modules/demux/adaptive/logic/PredictiveAdaptationLogic.cpp
View file @
2ca6b3e4
...
...
@@ -213,7 +213,7 @@ void PredictiveAdaptationLogic::trackerEvent(const SegmentTrackerEvent &event)
streams
.
erase
(
it
);
}
vlc_mutex_unlock
(
&
lock
);
BwDebug
(
msg_Info
(
p_obj
,
"Stream %s is now known %sactive"
,
BwDebug
(
msg_Info
(
p_obj
,
"Stream %s is now known %sactive"
,
id
.
str
().
c_str
(),
(
event
.
u
.
buffering
.
enabled
)
?
""
:
"in"
));
}
break
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment