X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_tractor.c;h=7eb43c5214b6fa5181e7217f0c4600958e62d2d1;hb=4b72d1071d80828a599085618bbba67a18d14e56;hp=ffc47797c1c9404cc88316dfbd3caaad88987a41;hpb=cab7cd53c3a4d9c4355751088fec61860dcabbce;p=melted diff --git a/src/framework/mlt_tractor.c b/src/framework/mlt_tractor.c index ffc4779..7eb43c5 100644 --- a/src/framework/mlt_tractor.c +++ b/src/framework/mlt_tractor.c @@ -332,7 +332,7 @@ static int producer_get_frame( mlt_producer parent, mlt_frame_ptr frame, int tra // Move the contents of this queue on to the output frames data queue mlt_deque sub_queue = mlt_properties_get_data( MLT_FRAME_PROPERTIES( temp ), "data_queue", NULL ); mlt_deque temp = mlt_deque_init( ); - while ( mlt_deque_count( sub_queue ) ) + while ( global_feed && mlt_deque_count( sub_queue ) ) { mlt_properties p = mlt_deque_pop_back( sub_queue ); if ( mlt_properties_get_int( p, "final" ) )