gst/gstpad.h: A small documentation fix.

Original commit message from CVS:
Patch by: Jonas Holmberg <jonas dot holmberg at axis dot com>
* gst/gstpad.h:
A small documentation fix.
This commit is contained in:
Jonas Holmberg 2009-01-15 10:04:37 +00:00 committed by Wim Taymans
parent 18eb11db60
commit 732ff5f6fd
2 changed files with 8 additions and 1 deletions

View file

@ -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:

View 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
*/