]> git.sesse.net Git - mlt/blobdiff - src/framework/mlt_consumer.c
Feed rework and fixes to westley and composite
[mlt] / src / framework / mlt_consumer.c
index 6c859888557f7f8b779a3106b4e2390a7e7ff0e7..32c76680561a44741ed4b0d03e4493f6f712b560 100644 (file)
@@ -639,6 +639,9 @@ void mlt_consumer_close( mlt_consumer this )
                // Get the childs close function
                void ( *consumer_close )( ) = this->close;
 
+               // Just in case...
+               mlt_consumer_stop( this );
+
                // Make sure it only gets called once
                this->close = NULL;
                this->parent.close = NULL;