Daniele Tombolini changed bug 1068792
What Removed Added
Flags needinfo?(kailed@kailed.net)  

Comment # 68 on bug 1068792 from
(In reply to Dave Plater from comment #66)
> I've looked at shotcut-linux-x86_64-171203.tar.bz2 from the shotcut website
> and it has a full compliment of frei0r plugins and yet you say it works as
> expected?

Yes, it's very strange but I'would split frei0r-plugins even if working. What
happens if you use one of these plugins in a project ? 

So, frei0r-plugins-good ->required/recommended
frei0r-plugins-bad->optional/suggested->plugings-good->required

I'm not a programmer but if you look in:
https://github.com/mltframework/mlt/blob/master/src/modules/frei0r/factory.c

check_thread_safe() scan for bad plugins and it seems that when one of them is
found, set a flag. For some reason, mlt switch to a sort of "single thread
mode"...

Plugins list:
https://github.com/mltframework/mlt/blob/master/src/modules/frei0r/not_thread_safe.txt

I removed all plugins without version.

If you want to make a mlt package without that check (just for testing) we can
see if the problem is really there..


You are receiving this mail because: