[gstreamer-bugs] [Bug 618853] add caps intersection iterators
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon May 24 09:45:05 PDT 2010
https://bugzilla.gnome.org/show_bug.cgi?id=618853
GStreamer | gstreamer (core) | unspecified
--- Comment #27 from Benjamin Otte (Company) <otte at gnome.org> 2010-05-24 16:44:59 UTC ---
(In reply to comment #24)
> This last patch is eating all of the padding in GstCaps. I was thinking of
> adding the function pointers as a array and instead of
> caps->free_func(caps) do
> #define CAPS_FREE_FUNC(caps) ((GstCapsFreeFunc)(caps->funcs[1]))(caps)
>
> That would still leave 2 pointers. Any better idea?
My idea was to use only one pointer and have it point to a GstCapsPrivate. The
nice thing about that would be that we could use NULL to mean "caps aren't
lazy" and wouldn't need to use the flags.
--
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