Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
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-gpu
Commits
4cebdb5b
Commit
4cebdb5b
authored
Oct 23, 2010
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improved video-splitter changes by seeking back to try to resynch on I frames.
parent
84d2f956
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/playlist/engine.c
src/playlist/engine.c
+4
-0
No files found.
src/playlist/engine.c
View file @
4cebdb5b
...
...
@@ -140,7 +140,11 @@ static int VideoSplitterCallback( vlc_object_t *p_this, char const *psz_cmd,
/* Force the input to restart the video ES to force a vout recreation */
input_thread_t
*
p_input
=
pl_priv
(
p_playlist
)
->
p_input
;
if
(
p_input
)
{
const
double
f_position
=
var_GetFloat
(
p_input
,
"position"
);
input_Control
(
p_input
,
INPUT_RESTART_ES
,
-
VIDEO_ES
);
var_SetFloat
(
p_input
,
"position"
,
f_position
);
}
PL_UNLOCK
;
return
VLC_SUCCESS
;
...
...
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