GNOME Bugzilla – Bug 603149
splitting resets the playhead position
Last modified: 2010-02-05 21:42:58 UTC
Similar (or the same?) as bug 603148 1. select a clip 2. split (S) 3. press the spacebar to continue playback 4. playhead has jumped to somewhere else before starting playback
I can confirm this. In fact what you see is not the playhead move, but the viewer frame changes. I experience subsequent playback issues, such as video playing back at double-speed and then pausing. I can also suggest a simple hack that solves the problem for me: seek the pipeline to the split position after cutting. This has the side-effect of pausing the pipeline if is currently playing, but it is better than the current behavior of basically going ape-sh*t if you split while playing.
Pausing (due to seeking) after doing a cut seems totally acceptable to me.
commit c59e48ff2cedcfb300fb9db44216fc87813a54af Author: Brandon Lewis <brandon_lewis@alum.berkeley.edu> Date: Fri Dec 18 07:27:08 2009 -0800 ui/timeline.py: seek timeline after spliting. fixes 603149