summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-31 16:56:22 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2009-08-31 17:00:17 +0100
commit5dc534c642f845fa1ec52d4718276e6dc20a037d (patch)
tree876a5c2980f99880afe0a5aa0350715b396aa8d5
parent1b6da398fb4e94e57c2612be7e364217407e4217 (diff)
docs: it's its
The panda says no!
-rw-r--r--gst/gstghostpad.c2
-rw-r--r--gst/gstiterator.c2
-rw-r--r--gst/gstiterator.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/gst/gstghostpad.c b/gst/gstghostpad.c
index 6d189ae5d1..1128dc917a 100644
--- a/gst/gstghostpad.c
+++ b/gst/gstghostpad.c
@@ -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
* a refcount of 1.
* 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
*/
GST_PROXY_PAD_INTERNAL (pad) = internal;
diff --git a/gst/gstiterator.c b/gst/gstiterator.c
index 8b03a95f73..bbef18586b 100644
--- a/gst/gstiterator.c
+++ b/gst/gstiterator.c
@@ -701,7 +701,7 @@ gst_single_object_iterator_free (GstSingleObjectIterator * it)
* gst_iterator_new:
* @type: #GType of the passed object
* @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
*
* This #GstIterator is a convenient iterator for the common
diff --git a/gst/gstiterator.h b/gst/gstiterator.h
index ca6b32b734..b8af00a1bd 100644
--- a/gst/gstiterator.h
+++ b/gst/gstiterator.h
@@ -142,7 +142,7 @@ typedef gboolean (*GstIteratorFoldFunction) (gpointer item, GValue *ret, gp
* @object: The object to copy
*
* 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
*