Gjsify LogoGjsify Logo

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. #GstBin implementations that override this message should chain up to the parent class implementation so the #GstBin::deep-element-added signal is emitted on all parents.

record

Hierarchy

  • BinClass

Index

Constructors

Properties

parent_class: Gst.ElementClass

bin parent class

field
name: string

Methods

  • do_latency(bin: Gst.Bin): boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method