Bug 61348

Summary: Basic tutorial on playback speed makes playback stop two changes of direction
Product: GStreamer SDK Reporter: JK <knuesel>
Component: DocumentationAssignee: bugs
Status: NEW --- QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description JK 2013-02-23 14:32:00 UTC
I was experimenting witht trick modes using the tutorial at http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+13%3A+Playback+speed

It seems that after changing the seek direction twice, playback stops (and cannot not be resumed with the keyboard controls provided in the example). For example, inverting the seek direction at t=5 played the movie backwards (OK) then inverting again at t=2 played the movie forwards (OK) but then playback stops at t=5.

Changing "GST_SEEK_TYPE_NONE, 0" to "GST_SEEK_TYPE_SET, -1" on line 29 fixed the problem.

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.