Event.newGap

Create a new GAP event. A gap event can be thought of as conceptually equivalent to a buffer to signal that there is no data for a certain amount of time. This is useful to signal a gap to downstream elements which may wait for data, such as muxers or mixers or overlays, especially for sparse streams such as subtitle streams.

Parameters

timestamp gst.types.ClockTime

the start time (pts) of the gap

duration gst.types.ClockTime

the duration of the gap

Return Value

Type: gst.event.Event

the new GAP event.