From 9f33247d32ae5c3a91174ed387bb37b171055a11 Mon Sep 17 00:00:00 2001 From: psykose Date: Wed, 16 Oct 2024 05:32:32 +0200 Subject: [PATCH] yes --- src/playbin.vala | 1 - 1 file changed, 1 deletion(-) diff --git a/src/playbin.vala b/src/playbin.vala index dc4bd71..2b00d0a 100644 --- a/src/playbin.vala +++ b/src/playbin.vala @@ -9,7 +9,6 @@ class Playbin : Object { // lets us access the about-to-finish signal private dynamic Gst.Element playbin = Gst.ElementFactory.make ("playbin3", null); - // cubic: recommended for media player volume sliders? public double volume { get { return ((Gst.Audio.StreamVolume) this.playbin).get_volume (Gst.Audio.StreamVolumeFormat.CUBIC);