Gst.BinClass¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| add_element | r | ||
| deep_element_added | r | ||
| deep_element_removed | r | ||
| do_latency | r | ||
| element_added | r | ||
| element_removed | r | ||
| handle_message | r | ||
| parent_class | r | bin parent class | |
| pool | r | ||
| remove_element | r | 
Methods¶
None
Details¶
- class Gst.BinClass¶
- Subclasses can override #GstBinClass::add_element and #GstBinClass::remove_element to update the list of children in the bin. - The #GstBinClass::handle_message method can be overridden to implement custom message handling. - #GstBinClass::deep_element_added will be called when a new element has been added to any bin inside this bin, so it will also be called if a new child was added to a sub-bin of this bin. - Gst.Binimplementations that override this message should chain up to the parent class implementation so the- Gst.Bin- ::deep-element-addedsignal is emitted on all parents.