element: Clarify docs about gst_element_get_request_pad() and remove deprecation...
authorSebastian Dröge <sebastian@centricular.com>
Wed, 13 Aug 2014 09:37:08 +0000 (12:37 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 13 Aug 2014 09:37:08 +0000 (12:37 +0300)
commit82e01491a0728873d0138cc988d319b549639269
tree27837456aefc1f0ba94189330e22247e35881de3
parentee662efdd17857e30c21fce32643226c586fe666
element: Clarify docs about gst_element_get_request_pad() and remove deprecation part

This function is not really pad or slow for the common case of requesting a
pad with the name of the template. It is only slower if you to name your pads
directly instead of letting the element handle it.

Also there's no reason to deprecate it in favor of a more complicated function
for the common case.
gst/gstelement.c