small doc fix
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Apr 2006 13:44:20 +0000 (13:44 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 28 Apr 2006 13:44:20 +0000 (13:44 +0000)
Original commit message from CVS:
small doc fix

gst/gstpad.c

index 2d5ae08..00cdd42 100644 (file)
@@ -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.
  *