X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_tractor.c;h=147c45d43b7ab5bfbff4ca0d60fe449265ba4fe2;hb=2ec3359e476bc73d56e09fb597e1a424f2d1708d;hp=72f9e724723b01779e26da30c633eab1d7b96154;hpb=c28f352daacca421f977bca75eefd36a73189dac;p=melted diff --git a/src/framework/mlt_tractor.c b/src/framework/mlt_tractor.c index 72f9e72..147c45d 100644 --- a/src/framework/mlt_tractor.c +++ b/src/framework/mlt_tractor.c @@ -135,7 +135,7 @@ static int producer_get_frame( mlt_producer parent, mlt_frame_ptr frame, int tra mlt_producer target = mlt_multitrack_producer( multitrack ); mlt_producer_seek( target, mlt_producer_frame( parent ) ); mlt_producer_set_speed( target, mlt_producer_get_speed( parent ) ); - mlt_producer_set_in_and_out( parent, mlt_producer_get_in( target ), mlt_producer_get_out( target ) ); + //mlt_producer_set_in_and_out( parent, mlt_producer_get_in( target ), mlt_producer_get_out( target ) ); } else { @@ -158,7 +158,7 @@ static int producer_get_frame( mlt_producer parent, mlt_frame_ptr frame, int tra *frame = temp; } else if ( ( !mlt_frame_is_test_card( temp ) || !mlt_frame_is_test_audio( temp ) ) && looking && - mlt_producer_position( parent ) == mlt_properties_get_position( mlt_frame_properties( temp ), "position" ) ) + mlt_producer_frame( parent ) == mlt_frame_get_position( temp ) ) { *frame = temp; looking = 0;