X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fframework%2Fmlt_consumer.c;h=2791a0171b18148c5b2b49c13072e4d87ce545e3;hb=7601aa4468f96fb8e3395266b194e7e7bd095453;hp=f9eb80651338ede8a5bd8c870dba7b14314b89d4;hpb=49fb1ac6ff8323426f365097ba0d759fe1ccabde;p=mlt diff --git a/src/framework/mlt_consumer.c b/src/framework/mlt_consumer.c index f9eb8065..2791a017 100644 --- a/src/framework/mlt_consumer.c +++ b/src/framework/mlt_consumer.c @@ -990,7 +990,7 @@ static void *consumer_worker_thread( void *arg ) frame = mlt_deque_peek( priv->queue, index ); if ( frame ) { - mlt_log_debug( MLT_CONSUMER_SERVICE(self), "worker processing index = %d frame %d queue count = %d\n", + mlt_log_debug( MLT_CONSUMER_SERVICE(self), "worker processing index = %d frame " MLT_POSITION_FMT " queue count = %d\n", index, mlt_frame_get_position(frame), mlt_deque_count( priv->queue ) ); frame->is_processing = 1; mlt_properties_inc_ref( MLT_FRAME_PROPERTIES( frame ) );