Home
last modified time | relevance | path

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

/third_party/gstreamer/gstreamer/gst/
Dgstbin.h176 struct _GstBinClass { struct
177 GstElementClass parent_class;
180 GThreadPool *pool; /* deprecated */
191 void (*element_added) (GstBin *bin, GstElement *child);
200 void (*element_removed) (GstBin *bin, GstElement *child);
214 gboolean (*add_element) (GstBin *bin, GstElement *element);
225 gboolean (*remove_element) (GstBin *bin, GstElement *element);
234 void (*handle_message) (GstBin *bin, GstMessage *message);
238 gboolean (*do_latency) (GstBin *bin);
251 void (*deep_element_added) (GstBin *bin, GstBin *sub_bin, GstElement *child);
[all …]