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 340604 - gst_mini_object_ref () docs make no mention of writeability
gst_mini_object_ref () docs make no mention of writeability
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other All
: Normal normal
: 0.10.6
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks: 340609
 
 
Reported: 2006-05-04 09:58 UTC by Maciej Katafiasz
Modified: 2006-05-05 14:29 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Maciej Katafiasz 2006-05-04 09:58:22 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.
Comment 1 Maciej Katafiasz 2006-05-05 14:22:38 UTC
fixed
Comment 2 Wim Taymans 2006-05-05 14:29:01 UTC
        * gst/gstbuffer.h:
        * gst/gstminiobject.c:
        Add note about refcounting and miniobject/buffer writeability
        to docs. Fixes #340604