gst/gstpad.c: Fix documentation as spotted by rg on IRC.
authorWim Taymans <wim.taymans@gmail.com>
Wed, 2 May 2007 15:14:32 +0000 (15:14 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 2 May 2007 15:14:32 +0000 (15:14 +0000)
Original commit message from CVS:
* gst/gstpad.c:
Fix documentation as spotted by rg on IRC.

ChangeLog
gst/gstpad.c

index d18b77b..f82f643 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 54ecdec..f965672 100644 (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.