Lines Matching refs:template_caps
292 GstCaps *template_caps, *caps; in gst_nv_h264_enc_getcaps() local
300 template_caps = gst_pad_get_pad_template_caps (enc->sinkpad); in gst_nv_h264_enc_getcaps()
301 supported_incaps = gst_caps_copy (template_caps); in gst_nv_h264_enc_getcaps()
310 GST_LOG_OBJECT (enc, " template caps %" GST_PTR_FORMAT, template_caps); in gst_nv_h264_enc_getcaps()
311 caps = gst_caps_intersect (template_caps, supported_incaps); in gst_nv_h264_enc_getcaps()
312 gst_caps_unref (template_caps); in gst_nv_h264_enc_getcaps()
453 GstCaps *allowed_caps, *template_caps; in gst_nv_h264_enc_set_encoder_config() local
458 template_caps = gst_static_pad_template_get_caps (&src_factory); in gst_nv_h264_enc_set_encoder_config()
461 if (template_caps == allowed_caps) { in gst_nv_h264_enc_set_encoder_config()
470 gst_caps_unref (template_caps); in gst_nv_h264_enc_set_encoder_config()
504 gst_caps_unref (template_caps); in gst_nv_h264_enc_set_encoder_config()