mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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.
|
* @element: a #GstElement to find a request pad of.
|
||||||
* @name: the name of the request #GstPad to retrieve.
|
* @name: the name of the request #GstPad to retrieve.
|
||||||
*
|
*
|
||||||
* Retrieves a pad from the element by name. This version only retrieves
|
* Retrieves a pad from the element by name (e.g. "src_%d"). This version only
|
||||||
* request pads. The pad should be released with
|
* retrieves request pads. The pad should be released with
|
||||||
* gst_element_release_request_pad().
|
* gst_element_release_request_pad().
|
||||||
*
|
*
|
||||||
* This method is slow and will be deprecated in the future. New code should
|
* This method is slow and will be deprecated in the future. New code should
|
||||||
|
|
Loading…
Reference in a new issue