X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_playlist.c;h=8e332e592af1c5a696d9b17691293ac0b4413771;hb=c1333ab3917e63f8bc4684aa4cee0a1984a61c04;hp=928c76d0c9af402b1dc35a074f9d7ce639556535;hpb=62b1b24b4dab2b17c3ec052955584f9070c77865;p=melted diff --git a/src/framework/mlt_playlist.c b/src/framework/mlt_playlist.c index 928c76d..8e332e5 100644 --- a/src/framework/mlt_playlist.c +++ b/src/framework/mlt_playlist.c @@ -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", "" ); + mlt_properties_set( mlt_playlist_properties( this ), "mlt_type", "mlt_producer" ); } return this;