Lines Matching refs:sink_templ
620 GstCaps *sink_templ = NULL; in gst_nv_enc_register() local
782 sink_templ = gst_caps_new_empty_simple ("video/x-raw"); in gst_nv_enc_register()
783 gst_caps_set_value (sink_templ, "format", formats); in gst_nv_enc_register()
785 gst_caps_set_simple (sink_templ, in gst_nv_enc_register()
791 gst_caps_set_value (sink_templ, "interlace-mode", interlace_modes); in gst_nv_enc_register()
797 GstCaps *cuda_caps = gst_caps_copy (sink_templ); in gst_nv_enc_register()
799 GstCaps *gl_caps = gst_caps_copy (sink_templ); in gst_nv_enc_register()
802 gst_caps_append (sink_templ, gl_caps); in gst_nv_enc_register()
807 gst_caps_append (sink_templ, cuda_caps); in gst_nv_enc_register()
820 GST_DEBUG ("sink template caps %" GST_PTR_FORMAT, sink_templ); in gst_nv_enc_register()
839 if (sink_templ && src_templ) { in gst_nv_enc_register()
841 gst_nv_h264_enc_register (plugin, device_index, rank, sink_templ, in gst_nv_enc_register()
844 gst_nv_h265_enc_register (plugin, device_index, rank, sink_templ, in gst_nv_enc_register()
851 gst_clear_caps (&sink_templ); in gst_nv_enc_register()