SegmentFlags#

class SegmentFlags#

Flags for the GstSegment structure. Currently mapped to the corresponding values of the seek flags.

Fields#

class SegmentFlags
NONE#

No flags

RESET#

Reset the pipeline running_time to the segment running_time

SEGMENT#

Send SEGMENT_DONE instead of EOS

SKIP#

Deprecated backward compatibility flag, replaced by GST_SEGMENT_FLAG_TRICKMODE

TRICKMODE#

Perform skip playback (Since: 1.6)

TRICKMODE_FORWARD_PREDICTED#

Decode only keyframes or forward predicted frames, where possible (Since: 1.18)

TRICKMODE_KEY_UNITS#

Decode only keyframes, where possible (Since: 1.6)

TRICKMODE_NO_AUDIO#

Do not decode any audio, where possible (Since: 1.6)