Use more performant link function
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 23 Jan 2009 10:37:45 +0000 (11:37 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 23 Jan 2009 10:37:45 +0000 (11:37 +0100)
commit8dd3c2d543e7a195a280549f05e7fac69f52f30b
tree7fb25faaab9912bf1c16750096b6c819646550ca
parenta7f2540f779c71f95a49002309f68befd01091bf
Use more performant link function

We can use gst_element_link_pads() instead of the more generic
gst_element_link() function because we know the pads. This saves some cycles
because the more generic function needs to search for possible compatible caps
etc.
gst/playback/gsturidecodebin.c