[gstreamer-bugs] [Bug 618853] add caps intersection iterators

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 24 03:46:01 PDT 2010


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

--- Comment #24 from Stefan Kost (gstreamer, gtkdoc dev) <ensonic at sonicpulse.de> 2010-05-24 10:45:53 UTC ---
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?

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