Skip to content
  • Wim Taymans's avatar
    audiosrc: check for flushing state in provide_clock · 0ce33461
    Wim Taymans authored
    Only provide a clock when we are not flushing, this means that we have posted a
    PROVIDE_CLOCK message. We used to check if we were acquired but that doesn't
    work anymore now that we do the negotiation async in the streaming thread: it's
    possible that we are still negotiating when the pipeline asks us for a clock.
    0ce33461