]> git.sesse.net Git - mlt/blobdiff - src/modules/core/transition_region.c
Remaining audio handling switched to stacks; Minor corrections to compositing and...
[mlt] / src / modules / core / transition_region.c
index 4934d3bebdea36425d73124910552e318401ea32..1bf836ee4377c1b20b5823c873a5e2070cc394c6 100644 (file)
@@ -441,6 +441,9 @@ mlt_transition transition_region_init( void *arg )
                
                // Resource defines the shape of the region
                mlt_properties_set( properties, "resource", arg == NULL ? "rectangle" : arg );
+
+               // Inform apps and framework that this is a video only transition
+               mlt_properties_set_int( properties, "_transition_type", 1 );
        }
 
        // Return the transition