Skip to content
GitLab
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
f4aeb5ef
Commit
f4aeb5ef
authored
Jul 31, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix wrong use of useSourceProfile
parent
7be0b9fe
Pipeline
#210904
passed with stage
in 7 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/monitor/monitorproxy.cpp
View file @
f4aeb5ef
...
...
@@ -227,7 +227,7 @@ void MonitorProxy::extractFrameToFile(int frame_position, const QStringList &pat
QImage
img
;
int
height
=
size
.
height
();
int
width
=
size
.
width
();
if
(
path
.
isEmpty
()
||
!
useSourceProfile
)
{
if
(
path
.
isEmpty
())
{
// Use current monitor producer to extract frame
Mlt
::
Frame
*
frame
=
q
->
m_producer
->
get_frame
();
QImage
img
=
KThumb
::
getFrame
(
frame
,
width
,
height
,
finalSize
.
width
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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