[multimedia/kdenlive] src/bin: Ensure no audio is processed on thumbnail producers

Jean-Baptiste Mardelle <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit f0f754512897afe520e03912622c49479afbf200 by Jean-Baptiste Mardelle.
Committed on 18/08/2026 at 16:29.
Pushed by mardelle into branch 'master'.

Ensure no audio is processed on thumbnail producers

M  +1    -0    src/bin/projectclip.cpp

https://invent.kde.org/multimedia/kdenlive/-/commit/f0f754512897afe520e03912622c49479afbf200

diff --git a/src/bin/projectclip.cpp b/src/bin/projectclip.cpp
index b641445956..944cd42eb8 100644
--- a/src/bin/projectclip.cpp
+++ b/src/bin/projectclip.cpp
@@ -855,6 +855,7 @@ std::unique_ptr<Mlt::Producer> ProjectClip::getThumbProducer(const QUuid &)
         cloneProps.pass_list(original, ClipController::getPassPropertiesList());
         thumbProd->set("audio_index", -1);
         thumbProd->set("astream", -1);
+        thumbProd->set("set.test_audio", 1);
         // Required to make get_playtime() return > 1
         thumbProd->set("out", thumbProd->get_length() - 1);
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.