Searched refs:get_child_by_name (Results 1 – 3 of 3) sorted by relevance
124 if (iface->get_child_by_name != NULL) in gst_child_proxy_get_child_by_name()125 return iface->get_child_by_name (parent, name); in gst_child_proxy_get_child_by_name()514 iface->get_child_by_name = gst_child_proxy_default_get_child_by_name; in gst_child_proxy_class_init()
65 GObject * (*get_child_by_name) (GstChildProxy * parent, const gchar * name); member
289 * #GstChildProxyInterface::get_child_by_name:52232 childproxy: make get_child_by_name virtual