summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-11-25 12:11:14 +0100
committerBastien Nocera <hadess@hadess.net>2022-11-30 10:33:30 +0100
commitb10c9e9b1c9274cff700f0e39f658428e5866ac4 (patch)
tree72d3a028ba7017b21b9cd35afa11ff7bb3dee183
parent1ec231d65867a144b9cefd40edfbf921a19ef120 (diff)
downloadtotem-b10c9e9b1c9274cff700f0e39f658428e5866ac4.tar.gz
backend: Bump max playback rate to 3x
As used in some podcasting applications. Note that this doesn't make it possible to change the playback rate above what's currently possible in the UI.
-rw-r--r--src/backend/bacon-video-widget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/bacon-video-widget.h b/src/backend/bacon-video-widget.h
index 8cf483a97..030e1eefe 100644
--- a/src/backend/bacon-video-widget.h
+++ b/src/backend/bacon-video-widget.h
@@ -150,7 +150,7 @@ void bacon_video_widget_set_referrer (BaconVideoWidget *bvw,
*
* The maximum playback rate as a float.
*/
-#define BVW_MAX_RATE 2.0
+#define BVW_MAX_RATE 3.0
gboolean bacon_video_widget_set_rate (BaconVideoWidget *bvw,
gfloat new_rate);