Value | Meaning |
---|---|
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 |
TrickmodeKeyUnits128 | Decode only keyframes, where possible (Since: 1.6) |
TrickmodeForwardPredicted512 | Decode only keyframes or forward predicted frames, where possible (Since: 1.18) |
TrickmodeNoAudio256 | Do not decode any audio, where possible (Since: 1.6) |
Flags for the GstSegment structure. Currently mapped to the corresponding values of the seek flags.