Use gst_element_get_request_pad() instead of doing it complicated by first getting...
authorSebastian Dröge <sebastian@centricular.com>
Wed, 16 Aug 2017 18:33:17 +0000 (21:33 +0300)
committerSebastian Dröge <sebastian@centricular.com>
Wed, 16 Aug 2017 18:34:15 +0000 (21:34 +0300)
commit1a9f0541be419798eacc6fedf50cadadebca352b
treebbd95196acf6ba002eb956d2f6d38677c0c2ccc5
parent66698184c656345e01ea3003f23c51a3925cc61d
Use gst_element_get_request_pad() instead of doing it complicated by first getting the pad template

Also use the correct pad template name for tee in the docs so that it
actually works.
examples/tutorials/basic-tutorial-7.c
examples/tutorials/basic-tutorial-8.c
markdown/tutorials/basic/multithreading-and-pad-availability.md
markdown/tutorials/basic/short-cutting-the-pipeline.md