Searched refs:compat_caps (Results 1 – 2 of 2) sorted by relevance
2007 GstCaps *peer_caps, *compat_caps; in ensure_caps_profile() local2028 compat_caps = get_compatible_profile_caps (sps, profile); in ensure_caps_profile()2029 if (compat_caps != NULL) { in ensure_caps_profile()2032 res_caps = gst_caps_intersect (peer_caps, compat_caps); in ensure_caps_profile()2049 gst_caps_unref (compat_caps); in ensure_caps_profile()
1859 GstCaps *peer_caps, *compat_caps; in ensure_caps_profile() local1877 compat_caps = get_compatible_profile_caps (sps); in ensure_caps_profile()1878 if (compat_caps != NULL) { in ensure_caps_profile()1881 res_caps = gst_caps_intersect (peer_caps, compat_caps); in ensure_caps_profile()1898 gst_caps_unref (compat_caps); in ensure_caps_profile()