videoEventParseStillFrame

Parse a #GstEvent, identify if it is a Still Frame event, and return the still-frame state from the event if it is. If the event represents the start of a still frame, the in_still variable will be set to TRUE, otherwise FALSE. It is OK to pass NULL for the in_still variable order to just check whether the event is a valid still-frame event.

Create a still frame event using gstvideo.global.videoEventNewStillFrame

bool
videoEventParseStillFrame

Parameters

event gst.event.Event

A #GstEvent to parse

inStill bool

A boolean to receive the still-frame status from the event, or NULL

Return Value

Type: bool

true if the event is a valid still-frame event. false if not