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 585938 - Make refcounting explicit in GstIterator docs
Make refcounting explicit in GstIterator docs
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: documentation
git master
Other All
: Normal minor
: 0.10.24
Assigned To: Wim Taymans
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-16 05:08 UTC by Christopher Halse Rogers
Modified: 2009-06-16 09:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28


Attachments
Explicitly mention refcounting (2.19 KB, patch)
2009-06-16 05:09 UTC, Christopher Halse Rogers
committed Details | Review

Description Christopher Halse Rogers 2009-06-16 05:08:31 UTC
Documentation 
Section: 
Currently, the GstIterator docs do not make explicit the fact that all objects passed to user code will have had their refcount increased, and that user code should therefore be unrefing them.

Correct version:


Other information:
Comment 1 Christopher Halse Rogers 2009-06-16 05:09:44 UTC
Created attachment 136690 [details] [review]
Explicitly mention refcounting

Here's a doc patch to make the refcounting more explicit.
Comment 2 Wim Taymans 2009-06-16 09:24:09 UTC
commit 2896964ec2d9a3cad10d8e395819404229ec145e
Author: Christopher Halse Rogers <chalserogers at gmail.com>
Date:   Tue Jun 16 11:21:42 2009 +0200

    iterator: Explicitly mention refcounting in docs
    
    Fixes #585938