GNOME Bugzilla – Bug 745174
gst-play: support play rate change
Last modified: 2017-04-11 08:42:39 UTC
It is fun to have this feature, also it is useful for testing decoders.
Created attachment 297912 [details] [review] gst-play: support play rate change
Also see bug #738943.
Why 'd' for flipping the rate?
(In reply to Tim-Philipp Müller from comment #3) > Why 'd' for flipping the rate? for _direction :) It looks almost like a dup, isn't it?
Yes, but I prefer your patch.
Pushed, thanks for the patch! I've added some mods on top, hope you don't mind :) commit b4c45935b7acd0a592b3005daa670f9a3b2702e4 Author: Tim-Philipp Müller <tim@centricular.com> Date: Thu Feb 26 10:57:56 2015 +0000 gst-play: more fine-grained playback rate control Use smaller steps for lower rates to allow more fine-grained control. Handle jump across 0 properly from both sides (just flip direction where we would have gone down to 0 instead). Don't artificially limit rates to +/- 10x. Print new rate. https://bugzilla.gnome.org/show_bug.cgi?id=745174 commit 0c8967348ff1d894f1ce20ec14f33b0f94e2228c Author: Tim-Philipp Müller <tim@centricular.com> Date: Thu Feb 26 10:20:20 2015 +0000 gst-play: stash current playback rate in app structure https://bugzilla.gnome.org/show_bug.cgi?id=745174 commit c243f386c93a40affd388d160da7d1b899640291 Author: Víctor Manuel Jáquez Leal <vjaquez@igalia.com> Date: Wed Feb 25 18:52:11 2015 +0100 gst-play: support changing the playback rate in interactive mode It is fun to have this feature, also it is useful for testing decoders. https://bugzilla.gnome.org/show_bug.cgi?id=745174
Comment on attachment 297912 [details] [review] gst-play: support play rate change Committed with minor change to fix compiler warning (remove unused sink variable).
*** Bug 738943 has been marked as a duplicate of this bug. ***