Branch: refs/heads/master Home: https://github.com/synfig/synfig Commit: 518486435c0a5889324b7877312cd223d92c627d https://github.com/synfig/synfig/commit/518486435c0a5889324b7877312cd223d92c627d Author: rodolforg <rodolf...@users.noreply.github.com> Date: 2025-03-02 (Sun, 02 Mar 2025)
Changed paths: M synfig-core/src/synfig/soundprocessor.cpp Log Message: ----------- fix: crash with positive sound delay for MLT >= 7.20 (#3495) The MLT framework we use as our audio backend for Sound layer changed how it creates blank audio: since version 7.20 it has a MLT producer for blank. [1] So now we have to provide a profile to our playlist producer; otherwise, synfig crashes with this error log message: ``` [mlt_producer 0x55555897c070] <playlist> Playlist can not create blank producer without profile ``` Reported-by: Lae82 in Synfig Forums [2] [1] https://www.mltframework.org/blog/v7.20.0_released/ [2] https://forums.synfig.org/t/setting-audio-delay-parameter-for-audio-layer-with-a-positive-value-crashes-synfig/16223 To unsubscribe from these emails, change your notification settings at https://github.com/synfig/synfig/settings/notifications _______________________________________________ Synfig-devl mailing list Synfig-devl@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/synfig-devl