ParseFrameFlags
Description:
[ CCode ( cprefix = "GST_BASE_PARSE_FRAME_FLAG_" , has_type_id = false ) ]
[ Flags ]
[ GIR ( name = "BaseParseFrameFlags" ) ]
public enum ParseFrameFlags
Content:
Enum values:
- CLIP -
pre_push_frame
can set this to indicate that regular segment clipping can still be performed (as opposed to any custom one having been done).
- DROP - indicates to
finish_frame
that the the frame should be dropped (and might be handled internally by subclass)
- NEW_FRAME - set by baseclass if
current frame is passed for processing to the subclass for the first time (and not set on subsequent calls with same data).
- NONE - no flag
- NO_FRAME - set to indicate this
buffer should not be counted as frame, e.g. if this frame is dependent on a previous one.
- QUEUE - indicates to
finish_frame
that the the frame should be queued for now and processed fully later when the first non-queued frame is finished