[Bug 749535] downloadbuffer: deadlock issue in playbin

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon May 18 04:29:41 PDT 2015


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

--- Comment #3 from Eunhae Choi <eunhae1.choi at samsung.com> ---
Thank you for your quick review.

You means, 1. update_buffering() is returened, 2. releasing the lock, 3.
posting msg in the caller. am I right?

I think, to posting the msg I should reference the dlbuf so I need lock again.
Actually the update_buffering() is for posting msg. If I have misunderstanding,
please let me know. 

And I saw the "download complete" msg posting code too but I did not know
whether it can cause deadlock or not because this issue is apparently occured
by buffering msg. So I just keep the code as before.

gst_structure_new ("GstCacheDownloadComplete",
                 "location", G_TYPE_STRING, dlbuf->temp_location, NULL)));

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