Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
cf669337
Commit
cf669337
authored
Dec 22, 2010
by
Jean-Paul Saman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stream_filter/httplive.c: better wording
parent
a2beee05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/stream_filter/httplive.c
modules/stream_filter/httplive.c
+2
-2
No files found.
modules/stream_filter/httplive.c
View file @
cf669337
...
...
@@ -885,8 +885,8 @@ static int Download(stream_t *s, hls_stream_t *hls, segment_t *segment, int *cur
if
(
estimated
>
segment
->
duration
)
{
msg_Err
(
s
,
"cannot quarantee smooth playback"
);
msg_Warn
(
s
,
"downloading
takes (%ds) takes longer then playback (%ds) of segment %d
"
,
estimated
,
segment
->
duration
,
segment
->
sequence
);
msg_Warn
(
s
,
"downloading
of segment %d takes %ds, which is longer then its playback (%ds)
"
,
segment
->
sequence
,
estimated
,
segment
->
duration
);
vlc_mutex_unlock
(
&
segment
->
lock
);
return
VLC_EGENERIC
;
}
...
...
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