]> git.sesse.net Git - mlt/blobdiff - src/modules/decklink/consumer_decklink.cpp
Fix cleaning up decklink when stopped.
[mlt] / src / modules / decklink / consumer_decklink.cpp
index d01e22a3ca80c9ff26564226ef80a362e358f7bf..ea5d368a32b7b4cf06b0734c05aade924aedd483 100644 (file)
@@ -477,6 +477,7 @@ static void *run( void *arg )
        }
 
        // Indicate that the consumer is stopped
+       decklink->stop();
        mlt_properties_set_int( properties, "running", 0 );
        mlt_consumer_stopped( consumer );