After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753216 - validate: scenarios: Change start time for reverse playback
validate: scenarios: Change start time for reverse playback
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-04 04:47 UTC by Vineeth
Modified: 2015-08-04 13:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
set start time for reverse playback scenario (1.15 KB, patch)
2015-08-04 04:48 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-08-04 04:47:17 UTC
Right now reverse playback happens till the beginning of the media file.
But for files which are longer than 150 seconds, 
Timeout 'Hard timeout reached: 150 secs' error happens. So we should set the
start time within 150 seconds.

Right now setting it to 15 seconds, since for forward playback we use 15 seconds.
But probably we should discuss and agree upon some value..
Comment 1 Vineeth 2015-08-04 04:48:29 UTC
Created attachment 308717 [details] [review]
set start time for reverse playback scenario
Comment 2 Thibault Saunier 2015-08-04 12:50:35 UTC
Review of attachment 308717 [details] [review]:

Sounds right.