event fix for playlist and consumer-stopped event
[melted] / src / modules / core / consumer_null.c
index ae456b5..937e013 100644 (file)
@@ -154,6 +154,9 @@ static void *consumer_thread( void *arg )
                }
        }
 
+       // Indicate that the consumer is stopped
+       mlt_consumer_stopped( this );
+
        return NULL;
 }