Skip to content
  • Nicolas Dufresne's avatar
    alsasink: Allow stop() function to happen during failing writes · 3607c617
    Nicolas Dufresne authored and GStreamer Marge Bot's avatar GStreamer Marge Bot committed
    In ALSA, there is possible temporary failures that may require a retry,
    though in certain situation, this may leak to the write() function
    holding on a lock forever preventing the pipeline from going to pause
    or stop. Fix this by shortly dropping the lock between retries.
    
    Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/-/merge_requests/1261>
    3607c617