mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
docs: use the same name for the argument in prototype and docs
This commit is contained in:
parent
e7659aeecd
commit
79b22cb2ed
2 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue