From 732ff5f6fdf7fbaeb67be5b7fa9e20f75ba69fc1 Mon Sep 17 00:00:00 2001 From: Jonas Holmberg Date: Thu, 15 Jan 2009 10:04:37 +0000 Subject: [PATCH] gst/gstpad.h: A small documentation fix. Original commit message from CVS: Patch by: Jonas Holmberg * gst/gstpad.h: A small documentation fix. --- ChangeLog | 7 +++++++ gst/gstpad.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fdf6358d15..1493e69249 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-01-15 Wim Taymans + + Patch by: Jonas Holmberg + + * gst/gstpad.h: + A small documentation fix. + 2009-01-11 Sebastian Dröge * gst/gstutils.h: diff --git a/gst/gstpad.h b/gst/gstpad.h index 50da287adc..0a5d083c16 100644 --- a/gst/gstpad.h +++ b/gst/gstpad.h @@ -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 */