From e56bad5b1397bec6ef8e4046a7cd32355b643cb4 Mon Sep 17 00:00:00 2001 From: Mark Nauwelaerts Date: Sun, 21 Jan 2007 20:24:11 +0000 Subject: [PATCH] gst/gstpad.c: Fix two docs typoes (#399094). Original commit message from CVS: Patch by: Mark Nauwelaerts * gst/gstpad.c: Fix two docs typoes (#399094). --- ChangeLog | 7 +++++++ gst/gstpad.c | 8 ++++---- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62f35d7..349c114 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2007-01-21 Tim-Philipp Müller + + Patch by: Mark Nauwelaerts + + * gst/gstpad.c: + Fix two docs typoes (#399094). + 2007-01-19 Edward Hervey * docs/faq/gst-uninstalled: diff --git a/gst/gstpad.c b/gst/gstpad.c index ae6333c..838ee2b 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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. */ -- 2.7.4