Gst.Pad.prototype.store_sticky_event

function store_sticky_event(event:Gst.Event):Gst.FlowReturn {
    // Gjs wrapper for gst_pad_store_sticky_event()
}

Store the sticky event on pad

Since 1.2

event

a Gst.Event

Returns

#GST_FLOW_OK on success, #GST_FLOW_FLUSHING when the pad was flushing or #GST_FLOW_EOS when the pad was EOS.