Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Multimedia
Kdenlive
Commits
a0579e78
Commit
a0579e78
authored
Dec 01, 2017
by
Jean-Baptiste Mardelle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix playing backwards forwards one second
BUG: 375634
parent
856763ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/renderer.cpp
src/renderer.cpp
+1
-0
No files found.
src/renderer.cpp
View file @
a0579e78
...
...
@@ -767,6 +767,7 @@ void Render::switchPlay(bool play, double speed)
m_isRefreshing
=
true
;
m_mltConsumer
->
set
(
"refresh"
,
1
);
}
else
{
m_mltProducer
->
seek
(
m_mltConsumer
->
position
()
+
1
);
m_mltConsumer
->
purge
();
}
m_mltProducer
->
set_speed
(
speed
);
...
...
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