Skip to content
  • Jakub Adam's avatar
    nicesink: unblock pending write on component change · 21dd3d15
    Jakub Adam authored and Olivier Crête's avatar Olivier Crête committed
    When a nicesink switches to a different component, we should unblock any
    pending write waiting in gst_nice_sink_render() for writable_cond being
    signalled because if the new transport already is writable, we'll never
    get notified about the condition and thus nicesink will wait forever.
    
    That way, either the pending data are immediately sent or the nicesink
    blocks again until the transport becomes writable.
    21dd3d15