Gjsify LogoGjsify Logo

Subclasses can override any of the available virtual methods or not, as needed. At minimum either transform or transform_ip need to be overridden. If the element can overwrite the input data with the results (data is of the same type and quantity) it should provide transform_ip.

record

Hierarchy

  • BaseTransformClass

Index

Constructors

Properties

parent_class: Gst.ElementClass

Element parent class

field
passthrough_on_same_caps: boolean

If set to %TRUE, passthrough mode will be automatically enabled if the caps are the same. Set to %FALSE by default.

field
transform_ip_on_passthrough: boolean

If set to %TRUE, transform_ip will be called in passthrough mode. The passed buffer might not be writable. When %FALSE, neither transform nor transform_ip will be called in passthrough mode. Set to %TRUE by default.

field
name: string

Methods

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