]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_luma.c
Complete reorganization and renaming to usable state.
[mlt] / src / modules / core / transition_luma.c
index f08d84f76bfc8c1050f236389107081b323c3fad..3a4eb1685eb3ec1aadae0086a3181e7ccad1fd0c 100644 (file)
@@ -582,7 +582,7 @@ mlt_transition transition_luma_init( mlt_profile profile, mlt_service_type type,
                transition->process = transition_process;
                
                // Default factory
-               mlt_properties_set( MLT_TRANSITION_PROPERTIES( transition ), "factory", "fezzik" );
+               mlt_properties_set( MLT_TRANSITION_PROPERTIES( transition ), "factory", mlt_environment( "MLT_PRODUCER" ) );
 
                // Set the main property
                mlt_properties_set( MLT_TRANSITION_PROPERTIES( transition ), "resource", lumafile );