[Bug 755169] dashdemux: can we have multiple seek events at the same time?

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Sep 28 04:36:32 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=755169

--- Comment #60 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> ---
This can deadlock anyway:

A seek event is received, taking the api lock, and stopping the tasks.
This waits on the streaming thread to stop, but the streaming thread might just
be in the process of pushing a buffer which causes a seekability query to be
sent, which would try to get the api lock, deadlocking. I've just had this
happen here spamming the seek button.

-- 
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