SDL Preview provisional checkin
[melted] / src / modules / core / consumer_null.c
index 937e013..57452e1 100644 (file)
@@ -150,6 +150,7 @@ static void *consumer_thread( void *arg )
                if ( frame != NULL )
                {
                        // Close the frame
+                       mlt_events_fire( properties, "consumer-frame-show", frame, NULL );
                        mlt_frame_close( frame );
                }
        }