Typo fixes (#366212).
authorKjartan Maraas <kmaraas@gnome.org>
Sat, 28 Oct 2006 15:42:29 +0000 (15:42 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 28 Oct 2006 15:42:29 +0000 (15:42 +0000)
Original commit message from CVS:
Patch by: Kjartan Maraas  <kmaraas at gnome org>
* docs/design/part-MT-refcounting.txt:
* docs/random/wtay/capsnego2-docs:
* gst/gstclock.c:
* gst/gstxml.c:
Typo fixes (#366212).

ChangeLog
docs/design/part-MT-refcounting.txt
docs/random/wtay/capsnego2-docs
gst/gstclock.c
gst/gstxml.c

index 713fcd9..17b1b45 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
+
+       Patch by: Kjartan Maraas  <kmaraas at gnome org>
+
+       * docs/design/part-MT-refcounting.txt:
+       * docs/random/wtay/capsnego2-docs:
+       * gst/gstclock.c:
+       * gst/gstxml.c:
+         Typo fixes (#366212).
+
 2006-10-28  Wim Taymans  <wim@fluendo.com>
 
        Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
        (gst_base_sink_get_position_last),
        (gst_base_sink_get_position_paused), (gst_base_sink_change_state):
        Convert and store timestamps in stream time and running time, the
-       raw timestamps are not usefull, also document this better.
+       raw timestamps are not useful, also document this better.
        Use different window sizes for good and bad QoS observations so
        we react to badness a little quicker.
        Keep track of the amount of rendered and dropped buffers.
        * gst/gstobject.c: (gst_object_has_ancestor):
        * gst/gstobject.h:
        gst_object_has_ancestor() copied from gstbin.c as it is a
-       usefull function.
+       useful function.
 
        * tests/instantiate/create.c: (create_all_elements):
        * tests/lat.c: (handoff_src), (handoff_sink):
index e03d955..035f6be 100644 (file)
@@ -170,7 +170,7 @@ Objects
   taking a _ref() before adding it to the bin. The reason being that after the
   _bin_add() call disposing the bin also destroys the element.
 
-  Taking ownership of an object happens trough the process of "sinking" the
+  Taking ownership of an object happens through the process of "sinking" the
   object. the _sink() method on an object will decrease the refcount of the
   object if the FLOATING flag is set. The act of taking ownership of an object
   is then performed as a _ref() followed by a _sink() call on the object.
index d7eb6e2..d748b80 100644 (file)
@@ -173,7 +173,7 @@ GstPad connection
 
 When two pads are connected get_caps is called on both pads to get their caps.
 Then the intersection between those caps is made, this will give us all the
-possible media types that can flow trough this pad connection. Optionally the
+possible media types that can flow through this pad connection. Optionally the
 application can provide additional caps, the pad intersection is also made with
 the application caps. 
 
index f86e5b3..a292477 100644 (file)
@@ -86,7 +86,7 @@
  * slaved to another #GstClock with the gst_clock_set_master(). The clock will
  * then automatically be synchronized to this master clock by repeadedly
  * sampling the master clock and the slave clock and recalibrating the slave
- * clock with gst_clock_set_calibration(). This feature is mostly usefull for
+ * clock with gst_clock_set_calibration(). This feature is mostly useful for
  * plugins that have an internal clock but must operate with another clock
  * selected by the #GstPipeline.  They can track the offset and rate difference
  * of their internal clock relative to the master clock by using the
index 216bddd..e4ed26a 100644 (file)
@@ -396,7 +396,7 @@ gst_xml_get_topelements (GstXML * xml)
 /**
  * gst_xml_get_element:
  * @xml: The GstXML to get the element from
- * @name: The name of element to retreive
+ * @name: The name of element to retrieve
  *
  * This function is used to get a pointer to the GstElement corresponding
  * to name in the pipeline description. You would use this if you have