Object Hierarchy

    GObject
    ├── GstObject
    │   ├── GstElement
    │   │   ├── GstLALAdder
    │   │   ├── GstBaseTransform
    │   │   │   ├── GSTLALAudioUnderSample
    │   │   │   ├── GSTLALAutoChiSq
    │   │   │   ├── GSTLALFIRBank
    │   │   │   ├── GSTLALMatrixMixer
    │   │   │   ├── GstTSVEnc
    │   │   │   ├── GSTLALSimulation
    │   │   │   ├── GSTLALStateVector
    │   │   │   ├── GSTLALSumSquares
    │   │   │   ├── GSTLALToggleComplex
    │   │   │   ╰── GSTLALWhiten
    │   │   ├── GstBaseSrc
    │   │   │   ├── GstLALCacheSrc
    │   │   │   ╰── GSTLALSegmentSrc
    │   │   ├── GSTLALDrop
    │   │   ├── GSTLALGate
    │   │   ├── GSTLALNoFakeDisconts
    │   │   ├── GSTLALPeak
    │   │   ├── GSTLALReblock
    │   │   ╰── GSTLALShift
    │   ╰── GstClock
    │       ╰── GstSystemClock
    │           ╰── GstLALGPSSystemClock
    ╰── GstAudioAdapter