utils: use caps when getting a compatible pad by template
authorThiago Santos <thiagoss@osg.samsung.com>
Fri, 19 Jun 2015 18:46:56 +0000 (15:46 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Mon, 22 Jun 2015 20:18:43 +0000 (17:18 -0300)
commit1418e9e85c2a98715132764ce2c34b9e1bf179cf
tree12f282cedde9970731428bd9f0b8faace8a3f042
parentcba677bebb96d22034d02ab05eb26915d077c5f6
utils: use caps when getting a compatible pad by template

Do not ignore the caps argument when requesting a pad by template.

This is particularly harmful when the pad caps query by default
returns ANY so it will match the first template instead of the
one that actually intersects with the caps.

https://bugzilla.gnome.org/show_bug.cgi?id=751235
gst/gstutils.c