]> git.sesse.net Git - mlt/blobdiff - mlt/src/framework/mlt_playlist.c
xml based westley serialisation
[mlt] / mlt / src / framework / mlt_playlist.c
index bf1103df304691857df59ee5145b2c1080cb1dc0..7399d51cfc22eed23c72a7234577973787a725e0 100644 (file)
@@ -75,6 +75,8 @@ mlt_playlist mlt_playlist_init( )
 
                // Initialise blank
                mlt_producer_init( &this->blank, NULL );
+               mlt_properties_set( mlt_producer_properties( &this->blank ), "mlt_service", "blank" );
+               mlt_properties_set( mlt_producer_properties( &this->blank ), "resource", "blank" );
 
                // Indicate that this producer is a playlist
                mlt_properties_set_data( mlt_playlist_properties( this ), "playlist", this, 0, NULL, NULL );