gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the other side has
authorOlivier Crête <olivier.crete@collabora.co.uk>
Thu, 5 Aug 2010 00:06:57 +0000 (01:06 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 5 Aug 2010 00:14:18 +0000 (01:14 +0100)
commit37e2fb10546c4135aa2afc6dc083564ee12574a4
tree857f4b77a41f8da7584435f8b940eadaf1054368
parent3fc35ac7633600d4a39c45e95d71eb177efcf555
gstutils: Make gst_pad_proxy_getcaps() return empty caps if it's what the other side has

gst_pad_proxy_getcaps() would return the pad template caps if the other side
returned empty caps or if the intersection of all the caps on the other side
was empty.

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