GstBinClass

Subclasses can override the add_element and remove_element to update the list of children in the bin. The handle_message method can be overridden to implement custom message handling. handle_message takes ownership of the message, just like gst_element_post_message. GstElementClass parent_class; bin parent class add_element () method to add an element to a bin remove_element () method to remove an element from a bin handle_message () method to handle a message from the children

Members

Variables

addElement
int function(GstBin* bin, GstElement* element) addElement;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
handleMessage
void function(GstBin* bin, GstMessage* message) handleMessage;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentClass
GstElementClass parentClass;
Undocumented in source.
removeElement
int function(GstBin* bin, GstElement* element) removeElement;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta