X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_tractor.c;h=ffc47797c1c9404cc88316dfbd3caaad88987a41;hb=cab7cd53c3a4d9c4355751088fec61860dcabbce;hp=b1bdab2b54f14dda46effbb4b1d732141b0ea5f8;hpb=7574680b171b04769a4e573e98e55da10f5b1122;p=melted diff --git a/src/framework/mlt_tractor.c b/src/framework/mlt_tractor.c index b1bdab2..ffc4779 100644 --- a/src/framework/mlt_tractor.c +++ b/src/framework/mlt_tractor.c @@ -393,6 +393,7 @@ static int producer_get_frame( mlt_producer parent, mlt_frame_ptr frame, int tra mlt_frame_set_position( *frame, mlt_producer_frame( parent ) ); mlt_properties_set_int( MLT_FRAME_PROPERTIES( *frame ), "test_audio", audio == NULL ); mlt_properties_set_int( MLT_FRAME_PROPERTIES( *frame ), "test_image", video == NULL ); + mlt_properties_set_data( MLT_FRAME_PROPERTIES( *frame ), "consumer_lock_service", this, 0, NULL, NULL ); } else if ( producer != NULL ) {