mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
docs: small clarification in the gst_element_get_request_pad docs
Make it more obvious that one should pass the template name.
This commit is contained in:
parent
c7f2e85d86
commit
a3611c139a
1 changed files with 2 additions and 2 deletions
|
@ -1047,8 +1047,8 @@ _gst_element_request_pad (GstElement * element, GstPadTemplate * templ,
|
|||
* @element: a #GstElement to find a request pad of.
|
||||
* @name: the name of the request #GstPad to retrieve.
|
||||
*
|
||||
* Retrieves a pad from the element by name. This version only retrieves
|
||||
* request pads. The pad should be released with
|
||||
* Retrieves a pad from the element by name (e.g. "src_%d"). This version only
|
||||
* retrieves request pads. The pad should be released with
|
||||
* gst_element_release_request_pad().
|
||||
*
|
||||
* This method is slow and will be deprecated in the future. New code should
|
||||
|
|
Loading…
Reference in a new issue