]> git.sesse.net Git - mlt/blobdiff - src/modules/westley/producer_westley.c
Alphas and global feeds revisted
[mlt] / src / modules / westley / producer_westley.c
index f929ca5656294250976587b28e55b9c98e284e37..c550ae46a4f2ac9df0fdbe2065823db132bd90ca 100644 (file)
@@ -296,6 +296,8 @@ static void on_start_tractor( deserialise_context context, const xmlChar *name,
        for ( ; atts != NULL && *atts != NULL; atts += 2 )
                mlt_properties_set( MLT_SERVICE_PROPERTIES( service ), (char*) atts[0], atts[1] == NULL ? "" : (char*) atts[1] );
 
+       mlt_properties_set_int( MLT_TRACTOR_PROPERTIES( tractor ), "global_feed", 1 );
+
        if ( mlt_properties_get( properties, "id" ) != NULL )
                mlt_properties_set_data( context->producer_map, mlt_properties_get( properties, "id" ), service, 0, NULL, NULL );