]> 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)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 3 Apr 2014 20:26:25 +0000 (22:26 +0200)
commit7e8f67faedf3a0ccb299fd920cddce39694badd4
tree441e58867f47a4066b623494a2274523c0c78cf7
parent28248242794905959a1b55047e5ad63a5797df67
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