Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstelement.c3692 GParamSpec * pspec, gboolean include_value) in gst_element_property_post_notify_msg() argument
3699 include_value ? "" : "out"); in gst_element_property_post_notify_msg()
3701 if (include_value && (pspec->flags & G_PARAM_READABLE) != 0) { in gst_element_property_post_notify_msg()
3716 gboolean include_value = GPOINTER_TO_INT (user_data); in gst_element_property_deep_notify_cb() local
3719 include_value); in gst_element_property_deep_notify_cb()
3726 gboolean include_value = GPOINTER_TO_INT (user_data); in gst_element_property_notify_cb() local
3729 include_value); in gst_element_property_notify_cb()
3746 const gchar * property_name, gboolean include_value) in gst_element_add_property_notify_watch() argument
3758 GINT_TO_POINTER (include_value)); in gst_element_add_property_notify_watch()
3778 const gchar * property_name, gboolean include_value) in gst_element_add_property_deep_notify_watch() argument
[all …]
Dgstelement.h1188 gboolean include_value);
1192 gboolean include_value);