Module: GstAudio::AudioBaseSinkDiscontReason

Defined in:
(unknown)

Constant Summary collapse

NO_DISCONT =

No discontinuity occurred

0 or :no_discont
NEW_CAPS =

New caps are set, causing renegotiotion

1 or :new_caps
FLUSH =

Samples have been flushed

2 or :flush
SYNC_LATENCY =

Sink was synchronized to the estimated latency (occurs during initialization)

3 or :sync_latency
ALIGNMENT =

Aligning buffers failed because the timestamps are too discontinuous

4 or :alignment
DEVICE_FAILURE =

Audio output device experienced and recovered from an error but introduced latency in the process (see also gst_audio_base_sink_report_device_failure())

5 or :device_failure