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 754151 - validate: fast_forward: Calculate proper playback-time for scenario
validate: fast_forward: Calculate proper playback-time for scenario
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-devtools
git master
Other Linux
: Normal enhancement
: 1.7.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-27 02:16 UTC by Vineeth
Modified: 2016-02-17 21:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
calculate playback time in proportion to rate increase (2.10 KB, patch)
2015-08-27 02:17 UTC, Vineeth
committed Details | Review

Description Vineeth 2015-08-27 02:16:29 UTC
In case of fast-forward scenario, the playback-time is not set properly as per increase in the rate. This is resulting in short media files of duration less that 15 seconds to fail.

Since the rate is increasing in multiples of 2, it makes sense to increase the playback-time also in multiples of 2.
This helps in fixing issues when forwarding short media files of 10 seconds or less.
Comment 1 Vineeth 2015-08-27 02:17:51 UTC
Created attachment 310067 [details] [review]
calculate playback time in proportion to rate increase
Comment 3 Vineeth 2015-11-11 00:34:08 UTC
ping :)
Comment 4 Thibault Saunier 2015-11-11 09:03:54 UTC
Review of attachment 310067 [details] [review]:

OK
Comment 5 Vineeth 2015-12-22 06:23:45 UTC
ping :)
Comment 6 Vineeth 2016-02-17 07:01:35 UTC
ping :)
Comment 7 Thibault Saunier 2016-02-17 21:36:46 UTC
Thanks for that and sorry for the delay!