GNOME Bugzilla – Bug 736843
MiniObject.MakeWritable doesn't work
Last modified: 2014-11-08 14:02:47 UTC
MiniObject: fix MakeWritable In case the MiniObject had a reference count of 1 (writable), the object was destroyed due to a bug in Opaque not handling self-assignment of Raw. In case the MiniObject was not writable, the returned copy was not writable either because it had two references: one from gst_mini_object_make_writable and one from Opaque.Raw.
Created attachment 286459 [details] [review] patch
Thanks for the patch, I applied it in master.