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
7c8ddb75
Commit
7c8ddb75
authored
May 21, 2020
by
Jean-Baptiste Mardelle
Browse files
Fix regression in previous commit (not all audio thumbs created)
parent
cb75b730
Pipeline
#20771
passed with stage
in 9 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/jobs/audiothumbjob.cpp
View file @
7c8ddb75
...
...
@@ -314,10 +314,10 @@ bool AudioThumbJob::startJob()
// Clip was deleted
return
false
;
}
m_successful
=
true
;
if
(
m_binClip
->
audioChannels
()
==
0
||
m_binClip
->
audioThumbCreated
())
{
// nothing to do
m_done
=
true
;
m_successful
=
true
;
return
true
;
}
m_thumbSize
=
QSize
(
1000
,
1000
/
pCore
->
getCurrentDar
());
...
...
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