]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_composite.c
Use '/' for coordinate delimiter instead of period.
[mlt] / src / modules / core / transition_composite.c
index f69ee2ff051064fb6db22941c61be9af26ac001a..43e6e9820362512fb56c141a8599ced305d5b3a8 100644 (file)
@@ -1321,7 +1321,7 @@ mlt_transition transition_composite_init( mlt_profile profile, mlt_service_type
                this->process = composite_process;
                
                // Default starting motion and zoom
-               mlt_properties_set( properties, "start", arg != NULL ? arg : "0,0:100%x100%" );
+               mlt_properties_set( properties, "start", arg != NULL ? arg : "0/0:100%x100%" );
                
                // Default factory
                mlt_properties_set( properties, "factory", mlt_environment( "MLT_PRODUCER" ) );