[Bug 736295] multiqueue: posts buffering message holding lock

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 15 01:06:30 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=736295
  GStreamer | gstreamer (core) | git

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-09-15 08:06:22 UTC ---
It seems racy indeed, yes. multiqueue can post the buffering messages from
different threads as it accumulates the percentages of every stream, so you
could get into the situation you mention above... maybe it would be sufficient
if we introduce a new lock just for posting the buffering messages and
protecting the internal percentage variable?

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