GNOME Bugzilla – Bug 442041
[0.11] GstCaps should be a GstMiniObject
Last modified: 2011-10-27 14:35:12 UTC
GstCaps implements it own refcounting and flags implementation. Not only is this unexpected for the application programmer, it makes language bindings more complicated. GstCaps should derive from GstMiniObject when we break API.