X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2Fhello.c;h=491430482cbd46c61310df8777bb89217a4f6b81;hb=3902731cb8a9622204d584c4962c74e2a5a35428;hp=cc3ef32e930869c11969597ab8998dfcfec6e756;hpb=5b59ce704d4f317e845afa30c5ade12c0fd22d43;p=melted diff --git a/src/tests/hello.c b/src/tests/hello.c index cc3ef32..4914304 100644 --- a/src/tests/hello.c +++ b/src/tests/hello.c @@ -55,7 +55,7 @@ mlt_producer create_tracks( int argc, char **argv ) mlt_position length = mlt_producer_get_playtime( track0 ); // Create the watermark track - mlt_producer track1 = mlt_factory_producer( "fezzik", "pango" ); + mlt_producer track1 = mlt_factory_producer( "fezzik", "pango:" ); // Get the properties of track1 mlt_properties properties = mlt_producer_properties( track1 );