GNOME Bugzilla – Bug 546570
gst_caps_append/merge should not require caps2 to be writable
Last modified: 2011-10-27 14:49:30 UTC
Now there is a restriction in gst_caps_append and gst_caps_merge that the caps2 should be writable, having this restriction in the API is a bad idea. Because it breaks the point of refcounting, is not needed in the API and makes it difficult to write bindings for Vala ;-) Or is there another reason that this is now required in the API?
Created attachment 115966 [details] [review] remove restriction from API
It's part of the ABI. It can be changed in 0.11.
0.11 => marking as enhancement
> It's part of the ABI. It can be changed in 0.11. This has recently been changed in 0.10 actually. I don't see how this breaks ABI in any sense.