Skip to content
  • Jan Schmidt's avatar
    parsebin: Ignore failure to send sticky events · 9517bd9b
    Jan Schmidt authored
    When plugging and then exposing a parser, don't fail
    if it fails to send sticky events. The most likely
    reason is that things were flushed due to the app
    immediately doing a seek, but we can't detect flushing
    separately to other error conditions without a
    gst_pad_send_event_full() core function that returns
    a GstFlowReturn.
    9517bd9b