From: Stefan Sauer Date: Tue, 20 Dec 2011 21:58:26 +0000 (+0100) Subject: controller: port to new controlbinding api X-Git-Tag: 1.19.3~511^2~7029 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=34cf6d1924a6a43779c8763cd8eabb6396aae416;p=platform%2Fupstream%2Fgstreamer.git controller: port to new controlbinding api --- diff --git a/gst/volume/gstvolume.c b/gst/volume/gstvolume.c index bedae0d..3dd259b 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);