Home
last modified time | relevance | path

Searched refs:want_absolute (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstreamer/libs/gst/controller/
Dgstdirectcontrolbinding.c244 if (self->ABI.abi.want_absolute) { \ in gst_direct_control_binding_constructor()
311 self->ABI.abi.want_absolute = g_value_get_boolean (value); in gst_direct_control_binding_set_property()
330 g_value_set_boolean (value, self->ABI.abi.want_absolute); in gst_direct_control_binding_get_property()
Dgstdirectcontrolbinding.h92 gboolean want_absolute; member