docs: use the same name for the argument in prototype and docs
authorStefan Kost <ensonic@users.sf.net>
Wed, 18 May 2011 12:02:02 +0000 (15:02 +0300)
committerStefan Kost <ensonic@users.sf.net>
Wed, 18 May 2011 12:03:46 +0000 (15:03 +0300)
gst/gstghostpad.h
gst/gstminiobject.c

index 4184e9f..308ab70 100644 (file)
@@ -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);
index bbb4c30..3993e02 100644 (file)
@@ -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
  *