Module: Gst::SegmentFlags
- Defined in:
- (unknown)
Constant Summary collapse
- NONE =
no flags
0 or :none
- RESET =
reset the pipeline running_time to the segment running_time
1 or :reset
- TRICKMODE =
perform skip playback (Since: 1.6)
16 or :trickmode
- SKIP =
Deprecated backward compatibility flag, replaced by GST_SEGMENT_FLAG_TRICKMODE
16 or :skip
- SEGMENT =
send SEGMENT_DONE instead of EOS
8 or :segment
- TRICKMODE_KEY_UNITS =
Decode only keyframes, where possible (Since: 1.6)
128 or :trickmode_key_units
- TRICKMODE_FORWARD_PREDICTED =
Decode only keyframes or forward predicted frames, where possible (Since: 1.18)
512 or :trickmode_forward_predicted
- TRICKMODE_NO_AUDIO =
Do not decode any audio, where possible (Since: 1.6)
256 or :trickmode_no_audio