[Bug 731756] gstvalue: Speed up gst_value_intersect/_subtract

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jun 17 07:17:03 PDT 2014


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

Tim-Philipp Müller <t.i.m> 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> 2014-06-17 14:16:58 UTC ---
Go for it, but it sounds a bit odd that a bunch of GType comparisons (those are
non-subclassable fundamental types, so it should be really cheap) is so
expensive. But then there's the G_IS_VALUE() as well I guess.

Maybe call it _nolist() though or _internal() ? 'pure' usually means something
else and it's not clear how that applies more to the stripped down compare
function than to the public one.

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