Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgsth265parse.c2363 GstH265Profile p_sink = gst_h265_profile_from_string (profile_sink); in gst_h265_parse_update_src_caps() local
2365 if (p != p_sink) { in gst_h265_parse_update_src_caps()
2368 p = MAX (p, p_sink); in gst_h265_parse_update_src_caps()
2369 profile_src = (p == p_sink) ? profile_sink : profile; in gst_h265_parse_update_src_caps()