mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
controller: port to new controlbinding api
This commit is contained in:
parent
6aafcb3992
commit
34cf6d1924
1 changed files with 1 additions and 2 deletions
|
@ -267,8 +267,7 @@ volume_update_volume (GstVolume * self, gfloat volume, gboolean mute)
|
||||||
* because the property can change from 1.0 to something
|
* because the property can change from 1.0 to something
|
||||||
* else in the middle of a buffer.
|
* else in the middle of a buffer.
|
||||||
*/
|
*/
|
||||||
passthrough &=
|
passthrough &= !gst_object_has_active_control_bindings (GST_OBJECT (self));
|
||||||
!gst_object_has_active_controlled_properties (GST_OBJECT (self));
|
|
||||||
|
|
||||||
GST_DEBUG_OBJECT (self, "set passthrough %d", passthrough);
|
GST_DEBUG_OBJECT (self, "set passthrough %d", passthrough);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue