mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docs: it's its
The panda says no!
This commit is contained in:
parent
1b6da398fb
commit
5dc534c642
3 changed files with 3 additions and 3 deletions
|
@ -916,7 +916,7 @@ gst_ghost_pad_construct (GstGhostPad * gpad)
|
||||||
* At this point, the GstGhostPad has a refcount of 1, and the internal pad has
|
* At this point, the GstGhostPad has a refcount of 1, and the internal pad has
|
||||||
* a refcount of 1.
|
* a refcount of 1.
|
||||||
* When the refcount of the GstGhostPad drops to 0, the ghostpad will dispose
|
* When the refcount of the GstGhostPad drops to 0, the ghostpad will dispose
|
||||||
* it's refcount on the internal pad in the dispose method by un-parenting it.
|
* its refcount on the internal pad in the dispose method by un-parenting it.
|
||||||
* This is why we don't take extra refcounts in the assignments below
|
* This is why we don't take extra refcounts in the assignments below
|
||||||
*/
|
*/
|
||||||
GST_PROXY_PAD_INTERNAL (pad) = internal;
|
GST_PROXY_PAD_INTERNAL (pad) = internal;
|
||||||
|
|
|
@ -701,7 +701,7 @@ gst_single_object_iterator_free (GstSingleObjectIterator * it)
|
||||||
* gst_iterator_new:
|
* gst_iterator_new:
|
||||||
* @type: #GType of the passed object
|
* @type: #GType of the passed object
|
||||||
* @object: object that this iterator should return
|
* @object: object that this iterator should return
|
||||||
* @copy: Function that returns a copy of @object or increases it's refcount
|
* @copy: Function that returns a copy of @object or increases its refcount
|
||||||
* @free: Function to be called for freeing @object
|
* @free: Function to be called for freeing @object
|
||||||
*
|
*
|
||||||
* This #GstIterator is a convenient iterator for the common
|
* This #GstIterator is a convenient iterator for the common
|
||||||
|
|
|
@ -142,7 +142,7 @@ typedef gboolean (*GstIteratorFoldFunction) (gpointer item, GValue *ret, gp
|
||||||
* @object: The object to copy
|
* @object: The object to copy
|
||||||
*
|
*
|
||||||
* A function to create a copy of some object or
|
* A function to create a copy of some object or
|
||||||
* increase it's reference count.
|
* increase its reference count.
|
||||||
*
|
*
|
||||||
* Returns: a copy of the object or the same object with increased reference count
|
* Returns: a copy of the object or the same object with increased reference count
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in a new issue