Home
last modified time | relevance | path

Searched defs:_GstChildProxyInterface (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstreamer/gst/
Dgstchildproxy.h50 struct _GstChildProxyInterface struct
52 GTypeInterface parent;
65 GObject * (*get_child_by_name) (GstChildProxy * parent, const gchar * name);
76 GObject * (*get_child_by_index) (GstChildProxy * parent, guint index);
86 guint (*get_children_count) (GstChildProxy * parent);
99 void (*child_added) (GstChildProxy * parent, GObject * child, const gchar * name);
109 void (*child_removed) (GstChildProxy * parent, GObject * child, const gchar * name);
112 gpointer _gst_reserved[GST_PADDING];