<snip>
I elicit a

     [mlt_pool] out of memory

by using the mouse to move kdenlive's time line
pointer.

There are two ways this error can happen:
https://github.com/mltframework/mlt/blob/master/src/framework/mlt_pool.c#L140
Either:
* the pool is initialized with a size of 0
or
* mlt_alloc() has failed (meaning you really are out of memory).

Step 1 would be to figure out which it is. A print statement would tell you pretty quick.

~Brian

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel

Reply via email to