]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_region.c
Complete reorganization and renaming to usable state.
[mlt] / src / modules / core / transition_region.c
index 52bcb0f8eac7092670efd6a1c4e5e3e6cd01ef74..bd0721207b95d0ac9d901fba8b0e0ff30caadb8a 100644 (file)
@@ -434,7 +434,7 @@ mlt_transition transition_region_init( mlt_profile profile, mlt_service_type typ
                this->process = transition_process;
 
                // Default factory
-               mlt_properties_set( properties, "factory", "fezzik" );
+               mlt_properties_set( properties, "factory", mlt_environment( "MLT_PRODUCER" ) );
                
                // Resource defines the shape of the region
                mlt_properties_set( properties, "resource", arg == NULL ? "rectangle" : arg );