Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstchildproxy.c124 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()
Dgstchildproxy.h65 GObject * (*get_child_by_name) (GstChildProxy * parent, const gchar * name); member
/third_party/gstreamer/gstreamer/
DChangeLog289 * #GstChildProxyInterface::get_child_by_name:
52232 childproxy: make get_child_by_name virtual