GstChildProxy      32 gst/gstchildproxy.h #define GST_CHILD_PROXY(obj)			(G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_CHILD_PROXY, GstChildProxy))
GstChildProxy      57 gst/gstchildproxy.h   GstObject *(*get_child_by_index) (GstChildProxy * parent, guint index);
GstChildProxy      58 gst/gstchildproxy.h   guint (*get_children_count) (GstChildProxy * parent);
GstChildProxy      61 gst/gstchildproxy.h   void (*child_added) (GstChildProxy * parent, GstObject * child);
GstChildProxy      62 gst/gstchildproxy.h   void (*child_removed) (GstChildProxy * parent, GstObject * child);