]> git.sesse.net Git - mlt/commitdiff
Use the shared ResourcePool also for ad-hoc EffectChains.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 3 Apr 2014 20:21:38 +0000 (22:21 +0200)
committerDan Dennedy <dan@dennedy.org>
Fri, 4 Apr 2014 02:33:09 +0000 (19:33 -0700)
We sometimes create an EffectChain just to get a temporary MLT image
into Movit. This, like any other, should use the ResourcePool.

A side-effect of this is that it serves as a temporary workaround
for Kdenlive bug 3253, since it delays the destruction of the
ResourcePool until the end of the program.


No differences found