Skip to content
  • Wim Taymans's avatar
    pad: add pending event for sticky events · 31a314ac
    Wim Taymans authored
    Change the sticky event array so that it contains a pending and an active event.
    Events on the sinkpad are copied to the pending array and after the eventfunc
    returned TRUE, moved to the active event. This allows us to queue new events
    like when we do per-pad offsets without removing the currently active event.
    Remove the active argument from the gst_pad_get_sticky_event() method, the
    pending events are not something we want to expose.
    31a314ac