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 693317 - Documentation claim I need to unref elements but I think this is wrong
Documentation claim I need to unref elements but I think this is wrong
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
1.x
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-07 12:05 UTC by Alexander Schrab
Modified: 2013-02-07 12:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Alexander Schrab 2013-02-07 12:05:48 UTC
For methods:

gst_bin_iterate_*
gst_element_iterate_*
more?

I think this is from before you used GValue (you got a gpointer from the iterator before if I am correct?)
Comment 1 Wim Taymans 2013-02-07 12:10:21 UTC
already fixed:

commit 474610b191fe24914dc6171e1f16fbf59f84e5be
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Thu Feb 7 13:08:49 2013 +0100

    element: remove old docs about iterators

commit ed35f62458cdd07786fba130645c9f41048e488d
Author: Wim Taymans <wim.taymans@collabora.co.uk>
Date:   Thu Feb 7 12:52:26 2013 +0100

    bin: remove old comment
    
    The iterators now return a GValue and not the object directly anymore.
Comment 2 Alexander Schrab 2013-02-07 12:11:45 UTC
That was quick :) Thanks

(In reply to comment #1)
> already fixed:
> 
> commit 474610b191fe24914dc6171e1f16fbf59f84e5be
> Author: Wim Taymans <wim.taymans@collabora.co.uk>
> Date:   Thu Feb 7 13:08:49 2013 +0100
> 
>     element: remove old docs about iterators
> 
> commit ed35f62458cdd07786fba130645c9f41048e488d
> Author: Wim Taymans <wim.taymans@collabora.co.uk>
> Date:   Thu Feb 7 12:52:26 2013 +0100
> 
>     bin: remove old comment
> 
>     The iterators now return a GValue and not the object directly anymore.