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
ffba99db
Commit
ffba99db
authored
Mar 25, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix freeze on add clip recently introduced
parent
57152173
Pipeline
#154835
passed with stage
in 10 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/projectclip.cpp
View file @
ffba99db
...
...
@@ -516,8 +516,8 @@ bool ProjectClip::setProducer(std::shared_ptr<Mlt::Producer> producer, bool gene
QMutexLocker
locker
(
&
m_producerMutex
);
FileStatus
::
ClipStatus
currentStatus
=
m_clipStatus
;
// Make sure we have a hash for this clip
getFileHash
();
updateProducer
(
producer
);
getFileHash
();
emit
producerChanged
(
m_binId
,
producer
);
m_thumbsProducer
.
reset
();
connectEffectStack
();
...
...
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