diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2007-03-13 14:53:21 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2007-03-13 14:53:21 +0000 |
commit | 08afeb612089b0ea3cd9d7dea133216edfc2ea15 (patch) | |
tree | d1e4505f940678b18535e6c03cf44c53070d4e97 /gst/gstpad.c | |
parent | 2792895411be94fd05134cf17a2f17a77e2340f1 (diff) |
docs/: Do some Architect work.
Original commit message from CVS:
* docs/design/draft-tagreading.txt:
* docs/random/ensonic/audiobaseclasses.txt:
Do some Architect work.
* gst/gstobject.c: (gst_object_set_name):
Add a WARNING.
* gst/gstpad.c:
Add docs that point from gst_pad_get_range to gst_pad_pull_range
Diffstat (limited to 'gst/gstpad.c')
-rw-r--r-- | gst/gstpad.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gst/gstpad.c b/gst/gstpad.c index 1e36c61df..32d4c897c 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -3748,6 +3748,8 @@ not_connected: * @buffer's caps must either be unset or the same as what is already configured * on @pad. Renegotiation within a running pull-mode pipeline is not supported. * + * This is a lowlevel function. Usualy gst_pad_pull_range() is used. + * * Returns: a #GstFlowReturn from the pad. * * MT safe. @@ -3864,9 +3866,9 @@ not_negotiated: * @size: The length of the buffer * @buffer: a pointer to hold the #GstBuffer, returns GST_FLOW_ERROR if %NULL. * - * Pulls a buffer from the peer pad. + * Pulls a @buffer from the peer pad. * - * This function will first trigger the pad block signal if it was + * This function will first trigger the pad block signal if it was * installed. * * When @pad is not linked #GST_FLOW_NOT_LINKED is returned else this |