From: lilo_booter Date: Mon, 12 Jan 2004 14:02:42 +0000 (+0000) Subject: minor corrections X-Git-Url: http://research.m1stereo.tv/gitweb?a=commitdiff_plain;h=ec62d085ab0d1a28856e272514eec564a3e47687;p=melted minor corrections git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@65 d19143bc-622f-0410-bfdd-b5b2a6649095 --- diff --git a/mlt/src/framework/mlt_playlist.c b/mlt/src/framework/mlt_playlist.c index 1ed7603..519585c 100644 --- a/mlt/src/framework/mlt_playlist.c +++ b/mlt/src/framework/mlt_playlist.c @@ -236,6 +236,7 @@ static mlt_producer mlt_playlist_virtual_seek( mlt_playlist this ) producer = entry->producer; position = mlt_producer_frame_position( producer, mlt_producer_get_in( producer ) ); mlt_producer_seek_frame( producer, position + entry->frame_out ); + mlt_producer_set_speed( this_producer, 0 ); mlt_producer_set_speed( producer, 0 ); } else if ( !strcmp( eof, "loop" ) && total > 0 ) diff --git a/src/framework/mlt_playlist.c b/src/framework/mlt_playlist.c index 1ed7603..519585c 100644 --- a/src/framework/mlt_playlist.c +++ b/src/framework/mlt_playlist.c @@ -236,6 +236,7 @@ static mlt_producer mlt_playlist_virtual_seek( mlt_playlist this ) producer = entry->producer; position = mlt_producer_frame_position( producer, mlt_producer_get_in( producer ) ); mlt_producer_seek_frame( producer, position + entry->frame_out ); + mlt_producer_set_speed( this_producer, 0 ); mlt_producer_set_speed( producer, 0 ); } else if ( !strcmp( eof, "loop" ) && total > 0 )