:right-sidebar: True BaseParseFrameFlags =================================================================== .. currentmodule:: gi.repository.GstBase .. class:: BaseParseFrameFlags :no-contents-entry: Flags to be used in a :obj:`~gi.repository.GstBase.BaseParseFrame`. Fields ------ .. rst-class:: interim-class .. class:: BaseParseFrameFlags :no-index: .. attribute:: 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). .. attribute:: DROP Indicates to ``finish_frame`` that the the frame should be dropped (and might be handled internally by subclass) .. attribute:: 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). .. attribute:: NONE No flag .. attribute:: NO_FRAME Set to indicate this buffer should not be counted as frame, e.g. if this frame is dependent on a previous one. As it is not counted as a frame, bitrate increases but frame to time conversions are maintained. .. attribute:: 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