X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fmelted%2Fmelted_unit.c;h=9f68cc6d9b551fec8b93501c1b266336fc93fb02;hb=6903bd23de946b44d904a2c170b8b1ab343eb168;hp=8a867646dceda8935936e864f4878d239a5c894b;hpb=da3b0d0be0203fcd0000ab4726373c7b720e170d;p=melted diff --git a/src/melted/melted_unit.c b/src/melted/melted_unit.c index 8a86764..9f68cc6 100644 --- a/src/melted/melted_unit.c +++ b/src/melted/melted_unit.c @@ -154,7 +154,7 @@ static mlt_producer locate_producer( melted_unit unit, char *file ) { profile = mlt_service_profile( MLT_CONSUMER_SERVICE( consumer ) ); } - return mlt_factory_producer( profile, "fezzik", file ); + return mlt_factory_producer( profile, NULL, file ); } /** Update the generation count.