[Bug 768989] leaks: update type filter later for unknown types
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 20 11:59:36 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768989
--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
It might also be more efficient to store the GQuarks for the type names in the
hash table rather than the strings, and then look up the g_type_qname() instead
(which also saves a few g_quark_to_string()). Maybe even get rid of the hash
table entirely and just keep a GQuark * array of pending type name quarks? This
is all micro-optimising of course ;)
--
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