From 8a8227aacf45089a2493f3c3d27d60ef1adf0938 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Fri, 28 Apr 2006 13:44:20 +0000 Subject: [PATCH] small doc fix Original commit message from CVS: small doc fix --- gst/gstpad.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gst/gstpad.c b/gst/gstpad.c index 2d5ae0843b..00cdd42af0 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -3282,8 +3282,9 @@ no_function: * @pad: a source #GstPad. * @buffer: the #GstBuffer to push. * - * Pushes a buffer to the peer of @pad. - * buffer probes will be triggered before the buffer gets pushed. + * Pushes a buffer to the peer of @pad. This gives away your reference to + * the buffer. + * Buffer probes will be triggered before the buffer gets pushed. * * Returns: a #GstFlowReturn from the peer pad. *