gst/gstpad.c: Fix documentation as spotted by rg on IRC.

Original commit message from CVS:
* gst/gstpad.c:
Fix documentation as spotted by rg on IRC.
This commit is contained in:
Wim Taymans 2007-05-02 15:14:32 +00:00
parent 6683664453
commit 682d75a392
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-05-02 Wim Taymans <wim@fluendo.com>
* gst/gstpad.c:
Fix documentation as spotted by rg on IRC.
2007-04-29 Stefan Kost <ensonic@users.sf.net>
* gst/gstutils.c:

View file

@ -1223,7 +1223,7 @@ gst_pad_set_checkgetrange_function (GstPad * pad,
/**
* gst_pad_set_event_function:
* @pad: a source #GstPad.
* @pad: a #GstPad of either direction.
* @event: the #GstPadEventFunction to set.
*
* Sets the given event handler for the pad.