X-Git-Url: http://research.m1stereo.tv/gitweb?a=blobdiff_plain;f=src%2Fframework%2Fmlt_consumer.c;h=b904f13796f1a29bd7e87af357bd6d77e8a3822c;hb=2e467c2eeba2b51aecddda21d4bb97bef4cd1459;hp=c6babd85637bc206caf0bc33b08d5ed6eab47f77;hpb=77a1a6728272d122e878834539761ac574f6c1da;p=melted diff --git a/src/framework/mlt_consumer.c b/src/framework/mlt_consumer.c index c6babd8..b904f13 100644 --- a/src/framework/mlt_consumer.c +++ b/src/framework/mlt_consumer.c @@ -170,7 +170,9 @@ int mlt_consumer_start( mlt_consumer this ) if ( producer != NULL ) { // Test card should loop I guess... - mlt_properties_set( mlt_producer_properties( producer ), "eof", "loop" ); + mlt_properties_set( mlt_producer_properties( producer ), "eof", "pause" ); + mlt_producer_set_speed( producer, 0 ); + mlt_producer_set_in_and_out( producer, 0, 0 ); // Set the test card on the consumer mlt_properties_set_data( properties, "test_card_producer", producer, 0, ( mlt_destructor )mlt_producer_close, NULL );