After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 753818 - hlsdemux: deadlock on stop
hlsdemux: deadlock on stop
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 1.5.91
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-08-19 12:36 UTC by Arnaud Vrac
Modified: 2015-08-28 18:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
abort playlist update when cancelled (881 bytes, patch)
2015-08-19 12:36 UTC, Arnaud Vrac
committed Details | Review

Description Arnaud Vrac 2015-08-19 12:36:04 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.
Comment 1 Sebastian Dröge (slomo) 2015-08-19 13:23:47 UTC
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.