Skip to content
  • Vivia Nikolaidou's avatar
    errorignore: Added convert-error signal · f7626c1f
    Vivia Nikolaidou authored
    The convert-error signal is emitted whenever we get a GstFlowReturn
    other than GST_FLOW_OK. The handler can then decide what to convert that
    into - for instance, return the same GstFlowReturn to not convert it.
    The default handler will act according to the ignore-error,
    ignore-notlinked, ignore-notnegotiated and convert-to properties. If a
    handler is connected, these properties are ignored.
    f7626c1f