gst/gstpad.c: Fix two docs typoes (#399094).
authorMark Nauwelaerts <manauw@skynet.be>
Sun, 21 Jan 2007 20:24:11 +0000 (20:24 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Sun, 21 Jan 2007 20:24:11 +0000 (20:24 +0000)
Original commit message from CVS:
Patch by: Mark Nauwelaerts <manauw at skynet be>
* gst/gstpad.c:
Fix two docs typoes (#399094).

ChangeLog
gst/gstpad.c

index 62f35d7..349c114 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-01-21  Tim-Philipp Müller  <tim at centricular dot net>
+
+       Patch by: Mark Nauwelaerts <manauw at skynet be>
+
+       * gst/gstpad.c:
+         Fix two docs typoes (#399094).
+
 2007-01-19  Edward Hervey  <edward@fluendo.com>
 
        * docs/faq/gst-uninstalled:
index ae6333c..838ee2b 100644 (file)
@@ -4242,10 +4242,10 @@ gst_pad_get_element_private (GstPad * pad)
  * @func: the task function to call
  * @data: data passed to the task function
  *
- * Starts a task that repeadedly calls @func with @data. This function
- * is nostly used in the pad activation function to start the
- * dataflow. This function will automatically acquire the #GST_PAD_STREAM_LOCK
- * of the pad before calling @func.
+ * Starts a task that repeatedly calls @func with @data. This function
+ * is mostly used in pad activation functions to start the dataflow.
+ * The #GST_PAD_STREAM_LOCK of @pad will automatically be acquired
+ * before @func is called.
  *
  * Returns: a %TRUE if the task could be started.
  */