[Bug 795987] pad: Race condition with probe cookies causing the same probe to be called multiple times
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed May 9 22:15:06 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=795987
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |t.i.m at zen.co.uk
--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Maybe we can do something with an g_alloca()-ed array? Keep track how much
space we allocated, and if we exceed it just do a new g_alloca() copy old array
over and continue. There's surely a limit to the number of probes on a pad in
practice?
--
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