From 79b22cb2ed390bdf001f919ee9e7518f2c259526 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Wed, 18 May 2011 15:02:02 +0300 Subject: [PATCH] docs: use the same name for the argument in prototype and docs --- gst/gstghostpad.h | 2 +- gst/gstminiobject.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 * -- 2.7.4