Lines Matching refs:sink_templ
1062 GstCaps *sink_templ = NULL; in gst_nv_decoder_check_device_caps() local
1120 sink_templ = gst_caps_from_string (codec_map->sink_caps_string); in gst_nv_decoder_check_device_caps()
1123 *sink_template = sink_templ; in gst_nv_decoder_check_device_caps()
1256 sink_templ = gst_caps_from_string (codec_map->sink_caps_string); in gst_nv_decoder_check_device_caps()
1257 gst_caps_set_simple (sink_templ, in gst_nv_decoder_check_device_caps()
1263 gst_caps_set_value (sink_templ, "profile", &profile_list); in gst_nv_decoder_check_device_caps()
1266 GST_DEBUG ("sink template caps %" GST_PTR_FORMAT, sink_templ); in gst_nv_decoder_check_device_caps()
1276 if (!sink_templ || !src_templ) { in gst_nv_decoder_check_device_caps()
1277 gst_clear_caps (&sink_templ); in gst_nv_decoder_check_device_caps()
1284 GST_MINI_OBJECT_FLAG_SET (sink_templ, GST_MINI_OBJECT_FLAG_MAY_BE_LEAKED); in gst_nv_decoder_check_device_caps()
1287 *sink_template = sink_templ; in gst_nv_decoder_check_device_caps()