mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
element: Fix request_new_pad introspection
Marking gst_element_request_pad as the caller of the ->request_new_pad virtual method.
This commit is contained in:
parent
714d8e58e3
commit
43a31d4835
1 changed files with 1 additions and 1 deletions
|
@ -1069,7 +1069,7 @@ gst_element_get_request_pad (GstElement * element, const gchar * name)
|
|||
}
|
||||
|
||||
/**
|
||||
* gst_element_request_pad:
|
||||
* gst_element_request_pad: (virtual request_new_pad)
|
||||
* @element: a #GstElement to find a request pad of.
|
||||
* @templ: a #GstPadTemplate of which we want a pad of.
|
||||
* @name: (transfer none) (allow-none): the name of the request #GstPad
|
||||
|
|
Loading…
Reference in a new issue