]> git.sesse.net Git - mlt/commitdiff
minor corrections
authorlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 12 Jan 2004 14:02:42 +0000 (14:02 +0000)
committerlilo_booter <lilo_booter@d19143bc-622f-0410-bfdd-b5b2a6649095>
Mon, 12 Jan 2004 14:02:42 +0000 (14:02 +0000)
git-svn-id: https://mlt.svn.sourceforge.net/svnroot/mlt/trunk/mlt@65 d19143bc-622f-0410-bfdd-b5b2a6649095

mlt/src/framework/mlt_playlist.c
src/framework/mlt_playlist.c

index 1ed7603c029d5a79cc525c8faeff5f118b3111dc..519585ce3b8e9664ae046546ffae26dad08967ac 100644 (file)
@@ -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 )
index 1ed7603c029d5a79cc525c8faeff5f118b3111dc..519585ce3b8e9664ae046546ffae26dad08967ac 100644 (file)
@@ -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 )