subtitleoverlay: replace gst_caps_can_intersect() with is_subset()
authorThiago Santos <thiagoss@osg.samsung.com>
Wed, 13 Jan 2016 19:32:25 +0000 (16:32 -0300)
committerThiago Santos <thiagoss@osg.samsung.com>
Wed, 13 Jan 2016 19:32:25 +0000 (16:32 -0300)
commit0d18717912d4a2aea693831d090717c6258fbe79
treef384c23ef4aa0cb4421b4103cc79197224435f35
parent81c52aaa1695cd1d0ca9004aa668b9ed85db2da9
subtitleoverlay: replace gst_caps_can_intersect() with is_subset()

Subset check verifies also that all required fields are present
and is mostly commonly used when checking if an element accepts
a certain caps
gst/playback/gstsubtitleoverlay.c