diff --git a/ChangeLog b/ChangeLog index 62f35d7d1f..349c11442b 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 ae6333c378..838ee2ba01 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. */