gst/gstpad.h: A small documentation fix.
authorJonas Holmberg <jonas.holmberg@axis.com>
Thu, 15 Jan 2009 10:04:37 +0000 (10:04 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Thu, 15 Jan 2009 10:04:37 +0000 (10:04 +0000)
Original commit message from CVS:
Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
* gst/gstpad.h:
A small documentation fix.

ChangeLog
gst/gstpad.h

index fdf6358..1493e69 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-15  Wim Taymans  <wim.taymans@collabora.co.uk>
+
+       Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
+
+       * gst/gstpad.h:
+       A small documentation fix.
+
 2009-01-11  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
 
        * gst/gstutils.h:
index 50da287..0a5d083 100644 (file)
@@ -225,7 +225,7 @@ typedef gboolean            (*GstPadActivateModeFunction)   (GstPad *pad, gboolean active);
  * gst_buffer_unref() when the buffer is no longer needed.
  *
  * When a chain function detects an error in the data stream, it must post an
- * error on the buffer and return an appropriate #GstFlowReturn value.
+ * error on the bus and return an appropriate #GstFlowReturn value.
  *
  * Returns: #GST_FLOW_OK for success
  */