After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 442041 - [0.11] GstCaps should be a GstMiniObject
[0.11] GstCaps should be a GstMiniObject
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.10.x
Other Linux
: Normal enhancement
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-05-29 11:35 UTC by Andy Wingo
Modified: 2011-10-27 14:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy Wingo 2007-05-29 11:35:54 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.