mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
docs: fix gtk-doc chunk for gst_check_element_push_buffer_list()
This commit is contained in:
parent
c3f3717608
commit
5a44034753
1 changed files with 3 additions and 2 deletions
|
@ -336,8 +336,8 @@ gst_check_caps_equal (GstCaps * caps1, GstCaps * caps2)
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* gst_check_element_push_buffer:
|
* gst_check_element_push_buffer_list:
|
||||||
* @element: name of the element that needs to be created
|
* @element_name: name of the element that needs to be created
|
||||||
* @buffer_in: a list of buffers that needs to be puched to the element
|
* @buffer_in: a list of buffers that needs to be puched to the element
|
||||||
* @buffer_out: a list of buffers that we expect from the element
|
* @buffer_out: a list of buffers that we expect from the element
|
||||||
* @last_flow_return: the last buffer push needs to give this GstFlowReturn
|
* @last_flow_return: the last buffer push needs to give this GstFlowReturn
|
||||||
|
@ -353,6 +353,7 @@ gst_check_caps_equal (GstCaps * caps1, GstCaps * caps2)
|
||||||
*
|
*
|
||||||
* Since: 0.10.18
|
* Since: 0.10.18
|
||||||
*/
|
*/
|
||||||
|
/* FIXME 0.11: rename this function now that there's GstBufferList? */
|
||||||
void
|
void
|
||||||
gst_check_element_push_buffer_list (const gchar * element_name,
|
gst_check_element_push_buffer_list (const gchar * element_name,
|
||||||
GList * buffer_in, GList * buffer_out, GstFlowReturn last_flow_return)
|
GList * buffer_in, GList * buffer_out, GstFlowReturn last_flow_return)
|
||||||
|
|
Loading…
Reference in a new issue