From: Stefan Kost Date: Wed, 18 May 2011 12:02:02 +0000 (+0300) Subject: docs: use the same name for the argument in prototype and docs X-Git-Tag: RELEASE-0.10.36~291 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79b22cb2ed390bdf001f919ee9e7518f2c259526;p=platform%2Fupstream%2Fgstreamer.git docs: use the same name for the argument in prototype and docs --- diff --git a/gst/gstghostpad.h b/gst/gstghostpad.h index 4184e9f..308ab70 100644 --- a/gst/gstghostpad.h +++ b/gst/gstghostpad.h @@ -67,7 +67,7 @@ gboolean gst_proxy_pad_event_default (GstPad *pad, G gboolean gst_proxy_pad_query_default (GstPad *pad, GstQuery *query); GstIterator* gst_proxy_pad_iterate_internal_links_default (GstPad *pad); GstFlowReturn gst_proxy_pad_bufferalloc_default (GstPad *pad, guint64 offset, guint size, GstCaps *caps, GstBuffer **buf); -GstFlowReturn gst_proxy_pad_chain_default (GstPad *pad, GstBuffer *buf); +GstFlowReturn gst_proxy_pad_chain_default (GstPad *pad, GstBuffer *buffer); GstFlowReturn gst_proxy_pad_chain_list_default (GstPad *pad, GstBufferList *list); GstFlowReturn gst_proxy_pad_getrange_default (GstPad *pad, guint64 offset, guint size, GstBuffer **buffer); gboolean gst_proxy_pad_checkgetrange_default (GstPad *pad); diff --git a/gst/gstminiobject.c b/gst/gstminiobject.c index bbb4c30..3993e02 100644 --- a/gst/gstminiobject.c +++ b/gst/gstminiobject.c @@ -414,7 +414,7 @@ gst_mini_object_unref (GstMiniObject * mini_object) /** * gst_mini_object_weak_ref: (skip) - * @mini_object: #GstMiniObject to reference weakly + * @object: #GstMiniObject to reference weakly * @notify: callback to invoke before the mini object is freed * @data: extra data to pass to notify * @@ -475,7 +475,7 @@ found: /** * gst_mini_object_weak_unref: (skip) - * @mini_object: #GstMiniObject to remove a weak reference from + * @object: #GstMiniObject to remove a weak reference from * @notify: callback to search for * @data: data to search for *