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:
Stefan Kost 2011-08-20 09:56:01 +02:00
parent c7f2e85d86
commit a3611c139a

View file

@ -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