]> git.sesse.net Git - mlt/commit
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)
commit8bf8503d7bf31bd6708d59501f45e339e06fa5bd
tree441e58867f47a4066b623494a2274523c0c78cf7
parent54168b279313b35ca85ae9410a75995658f70c0f
Use the shared ResourcePool also for ad-hoc EffectChains.

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.
src/modules/opengl/filter_movit_convert.cpp