Bug 61348 - Basic tutorial on playback speed makes playback stop two changes of direction
Summary: Basic tutorial on playback speed makes playback stop two changes of direction
Status: NEW
Alias: None
Product: GStreamer SDK
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: Other Linux (All)
: medium normal
Assignee: bugs
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-23 14:32 UTC by JK
Modified: 2013-02-23 14:32 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

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.