From 34cf6d1924a6a43779c8763cd8eabb6396aae416 Mon Sep 17 00:00:00 2001 From: Stefan Sauer Date: Tue, 20 Dec 2011 22:58:26 +0100 Subject: [PATCH] controller: port to new controlbinding api --- gst/volume/gstvolume.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gst/volume/gstvolume.c b/gst/volume/gstvolume.c index bedae0d3b6..3dd259bb8e 100644 --- a/gst/volume/gstvolume.c +++ b/gst/volume/gstvolume.c @@ -267,8 +267,7 @@ volume_update_volume (GstVolume * self, gfloat volume, gboolean mute) * because the property can change from 1.0 to something * else in the middle of a buffer. */ - passthrough &= - !gst_object_has_active_controlled_properties (GST_OBJECT (self)); + passthrough &= !gst_object_has_active_control_bindings (GST_OBJECT (self)); GST_DEBUG_OBJECT (self, "set passthrough %d", passthrough);