GNOME Bugzilla – Bug 340604
gst_mini_object_ref () docs make no mention of writeability
Last modified: 2006-05-05 14:29:01 UTC
Docs for gst_mini_object_ref () don't mention that the refcount can affect writeability, which can be important, especially for cases like trying to optimise mem allocation by holding an extra ref to an object, etc.
fixed
* gst/gstbuffer.h: * gst/gstminiobject.c: Add note about refcounting and miniobject/buffer writeability to docs. Fixes #340604