GNOME Bugzilla – Bug 753818
hlsdemux: deadlock on stop
Last modified: 2015-08-28 18:27:43 UTC
Created attachment 309571 [details] [review] abort playlist update when cancelled hlsdemux can deadlock while downloading a playlist. The download can be retried in some conditions, but we must check that the download hasn't been cancelled first. Otherwise the next fetch will simply get stuck.
commit a4cb03235579a1ca555340e9d288485561524c54 Author: Arnaud Vrac <avrac@freebox.fr> Date: Thu Jul 16 22:57:36 2015 +0200 hlsdemux: abort playlist update when cancelled Otherwise the download thread will get stuck, since the downloader is disabled.