Home
last modified time | relevance | path

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

/third_party/glib/gio/gdbus-2.0/codegen/
Dcodegen_main.py109 prop_obj = find_prop(iface_obj, prop)
110 if prop_obj is None:
112 target_obj = prop_obj
/third_party/gstreamer/gstreamer/tests/check/elements/
Dfakesink.c1088 deep_notify_last_message_cb (GstObject * obj, GstObject * prop_obj, in deep_notify_last_message_cb() argument
1096 if (strcmp (GST_OBJECT_NAME (prop_obj), "fakesink0") == 0) in deep_notify_last_message_cb()
1098 else if (strcmp (GST_OBJECT_NAME (prop_obj), "fakesink1") == 0) in deep_notify_last_message_cb()
1103 g_object_get (prop_obj, "last-message", &last_msg, NULL); in deep_notify_last_message_cb()
1109 GST_LOG_OBJECT (prop_obj, "%s", last_msg); in deep_notify_last_message_cb()
/third_party/gstreamer/gstreamer/gst/
Dgstelement.c3713 gst_element_property_deep_notify_cb (GstElement * element, GObject * prop_obj, in gst_element_property_deep_notify_cb() argument
3718 gst_element_property_post_notify_msg (element, prop_obj, pspec, in gst_element_property_deep_notify_cb()