GNOME Bugzilla – Bug 693317
Documentation claim I need to unref elements but I think this is wrong
Last modified: 2013-02-07 12:11:45 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?)
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.
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.