Removal of timecodes, consumer libdv, serialisation of inigo
[melted] / mlt / src / modules / gtk2 / producer_pango.c
index 752ed4a..2a8d99f 100644 (file)
@@ -340,7 +340,7 @@ static int producer_get_frame( mlt_producer producer, mlt_frame_ptr frame, int i
        }
 
        // Update timecode on the frame we're creating
-       mlt_frame_set_timecode( *frame, mlt_producer_position( producer ) );
+       mlt_frame_set_position( *frame, mlt_producer_position( producer ) );
 
        // Calculate the next timecode
        mlt_producer_prepare_next( producer );