Searched refs:p_sink (Results 1 – 1 of 1) sorted by relevance
2363 GstH265Profile p_sink = gst_h265_profile_from_string (profile_sink); in gst_h265_parse_update_src_caps() local2365 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()