diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-06-15 12:55:20 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2012-06-15 12:57:24 +0200 |
commit | 2cab15c9f6370db5b068ee8c1dd9717655d6c3f5 (patch) | |
tree | 3cb80d8d260df3341b33fe3aa9be54958e0bc842 /gst/gstghostpad.c | |
parent | 34895ae3325f3c61c8f5a246b63bb573de43c840 (diff) |
docs: improve API docs
Diffstat (limited to 'gst/gstghostpad.c')
-rw-r--r-- | gst/gstghostpad.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/gstghostpad.c b/gst/gstghostpad.c index f9b8368d4..50a35fb98 100644 --- a/gst/gstghostpad.c +++ b/gst/gstghostpad.c @@ -322,8 +322,9 @@ gst_proxy_pad_chain_list_default (GstPad * pad, GstObject * parent, } /** - * gst_proxy_pad_get_range_default: + * gst_proxy_pad_getrange_default: * @pad: a src #GstPad, returns #GST_FLOW_ERROR if not. + * @parent: the parent of @pad * @offset: The start offset of the buffer * @size: The length of the buffer * @buffer: (out callee-allocates): a pointer to hold the #GstBuffer, |