pad: Let gst_pad_get_allowed_caps() pass the caps own caps as filter
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 30 Mar 2013 10:47:29 +0000 (11:47 +0100)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Sat, 30 Mar 2013 10:48:27 +0000 (11:48 +0100)
commitf23db94fefd3174fc79242324bcd749436990f83
tree6cd469feb66550deb31689b4388789a011890bdc
parent3c9dfaea382ccbee8c7000ed93e590d8025530bb
pad: Let gst_pad_get_allowed_caps() pass the caps own caps as filter

This will reduce the number of caps created downstream and we don't
need to intersect in the very end with the pad's own caps.
gst/gstpad.c