event fix for playlist and consumer-stopped event
[melted] / src / modules / westley / consumer_westley.c
index 632ee4b..4e8fbb0 100644 (file)
@@ -564,6 +564,8 @@ static int consumer_start( mlt_consumer this )
        
        mlt_consumer_stop( this );
 
+       mlt_consumer_stopped( this );
+
        return 0;
 }