Event.this

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 GstClockTime

the start time (pts) of the gap

duration GstClockTime

the duration of the gap

Return Value

the new GAP event.

Throws

ConstructionException GTK+ fails to create the object.