projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f15228
)
small doc fix
author
Thomas Vander Stichele
<thomas@apestaart.org>
Fri, 28 Apr 2006 13:44:20 +0000
(13:44 +0000)
committer
Thomas 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
patch
|
blob
|
history
diff --git
a/gst/gstpad.c
b/gst/gstpad.c
index
2d5ae08
..
00cdd42
100644
(file)
--- 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.
*