X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Ftests%2Fhello.c;h=491430482cbd46c61310df8777bb89217a4f6b81;hb=23571c330fd1644833dcb73661ac987eda177200;hp=cc3ef32e930869c11969597ab8998dfcfec6e756;hpb=a2b4b63a98cff9bbf979f446d0351d8978365518;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 );