Searched refs:prop_obj (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstreamer/tests/check/elements/ |
D | fakesink.c | 1088 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/ |
D | gstelement.c | 3713 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()
|