Home
last modified time | relevance | path

Searched refs:compat_caps (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c2007 GstCaps *peer_caps, *compat_caps; in ensure_caps_profile() local
2028 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()
Dgsth264parse.c1859 GstCaps *peer_caps, *compat_caps; in ensure_caps_profile() local
1877 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()