[Bug 322587] [API 0.11] change gst_value_union() return value to void

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 11 03:46:28 PST 2011


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

--- Comment #16 from Vincent Penquerc'h <vincent.penquerch at collabora.co.uk> 2011-11-11 11:46:25 UTC ---
(In reply to comment #14)
> Just so I understand correctly:
> 
> The Problem is that we've changed our list to only accept child values of the
> same type, right? That means that the _union() function can't union an int
> range and an int list any longer by just putting those two into a list, because
> then you'd have different child types (int range + list of ints), right?

I'm not 100% sure, but I don't think you could have a list of lists of ranges
and such other complex setups, could you ? Well, you *could*, but I don't think
it would work with intersection, union, etc.

If it does, then yes, I can just return a list of ranges or whatever.

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