smarter and harder producer_westley
[melted] / src / framework / mlt_playlist.c
index 928c76d..8e332e5 100644 (file)
@@ -84,6 +84,7 @@ mlt_playlist mlt_playlist_init( )
                // Specify the eof condition
                mlt_properties_set( mlt_playlist_properties( this ), "eof", "pause" );
                mlt_properties_set( mlt_playlist_properties( this ), "resource", "<playlist>" );
+               mlt_properties_set( mlt_playlist_properties( this ), "mlt_type", "mlt_producer" );
        }
        
        return this;