GstSegmentFlags

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

Values

ValueMeaning
NONE0

no flags

RESET1

reset the pipeline running_time to the segment running_time

TRICKMODE16

perform skip playback (Since 1.6)

SKIP16

Deprecated backward compatibility flag, replaced by GST_SEGMENT_FLAG_TRICKMODE

SEGMENT8

send SEGMENT_DONE instead of EOS

TRICKMODE_KEY_UNITS128

Decode only keyframes, where possible (Since 1.6)

TRICKMODE_NO_AUDIO256

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