[Bug 675869] New: [hlsdemux] potential dead-lock using GstTask

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 11 05:20:42 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=675869
  GStreamer | gst-plugins-bad | git

           Summary: [hlsdemux] potential dead-lock using GstTask
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: bugzilla.gnome at gpost.dk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=213860)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=213860)
don't pause tasks when stopped patch

The way that GstTask is used can potentially trigger a dead-lock situation when
pausing a stopped task while another thread is trying to stop it.

This can be resolved quite simply by not trying to pause the task when it is
stopped, which doesn't make much sense anyway.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list