Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
f015fd43
Commit
f015fd43
authored
Mar 21, 2021
by
Jean-Baptiste Mardelle
Browse files
Refresh monitor refresh latency on effect change
parent
20783fde
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/glwidget.cpp
View file @
f015fd43
...
...
@@ -125,7 +125,7 @@ GLWidget::GLWidget(int id, QObject *parent)
m_offscreenSurface
.
create
();
m_refreshTimer
.
setSingleShot
(
true
);
m_refreshTimer
.
setInterval
(
5
0
);
m_refreshTimer
.
setInterval
(
1
0
);
m_blackClip
.
reset
(
new
Mlt
::
Producer
(
pCore
->
getCurrentProfile
()
->
profile
(),
"color:0"
));
m_blackClip
->
set
(
"kdenlive:id"
,
"black"
);
m_blackClip
->
set
(
"out"
,
3
);
...
...
Write
Preview
Supports
Markdown
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