Home
last modified time | relevance | path

Searched refs:gst_object_has_active_control_bindings (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstobject.h290 gboolean gst_object_has_active_control_bindings (GstObject *object);
Dgstobject.c1172 gst_object_has_active_control_bindings (GstObject * object) in gst_object_has_active_control_bindings() function
/third_party/gstreamer/gstplugins_base/gst/volume/
Dgstvolume.c271 passthrough &= !gst_object_has_active_control_bindings (GST_OBJECT (self)); in volume_update_volume()