/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | gstnvenc.c | 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() [all …]
|
D | gstnvdecoder.c | 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() [all …]
|
/third_party/gstreamer/gstplugins_bad/gst/rist/ |
D | gstristrtpext.c | 67 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", variable 225 self->sinkpad = gst_pad_new_from_static_template (&sink_templ, in gst_rist_rtp_ext_init() 226 sink_templ.name_template); in gst_rist_rtp_ext_init() 287 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_rist_rtp_ext_class_init()
|
D | gstristrtpdeext.c | 60 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", variable 283 self->sinkpad = gst_pad_new_from_static_template (&sink_templ, in gst_rist_rtp_deext_init() 284 sink_templ.name_template); in gst_rist_rtp_deext_init() 326 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_rist_rtp_deext_class_init()
|
D | gstroundrobin.c | 37 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", variable 132 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_round_robin_class_init()
|
D | gstristsink.c | 113 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", variable 621 gst_static_pad_template_get (&sink_templ)); in gst_rist_sink_init() 641 gst_pad_new_from_static_template (&sink_templ, "sink")); in gst_rist_sink_init() 1342 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_rist_sink_class_init()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | jpeg2000parse.c | 396 GstStaticPadTemplate * src_templ, GstStaticPadTemplate * sink_templ, in run_test_suite() argument 401 ctx_sink_template = sink_templ; in run_test_suite()
|
/third_party/gstreamer/gstplugins_base/gst/subparse/ |
D | gstssaparse.c | 38 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", variable 80 parse->sinkpad = gst_pad_new_from_static_template (&sink_templ, "sink"); in gst_ssa_parse_init() 106 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_ssa_parse_class_init()
|
D | gstsubparse.c | 64 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", variable 139 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_sub_parse_class_init() 169 subparse->sinkpad = gst_pad_new_from_static_template (&sink_templ, "sink"); in gst_sub_parse_init()
|
/third_party/gstreamer/gstplugins_base/tests/check/elements/ |
D | decodebin.c | 373 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_fake_h264_parser_class_init() local 382 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_fake_h264_parser_class_init() 475 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_fake_h264_decoder_class_init() local 483 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_fake_h264_decoder_class_init()
|
D | playbin-complex.c | 305 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_audio_codec_sink_class_init() local 323 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_audio_codec_sink_class_init() 367 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_video_codec_sink_class_init() local 373 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_video_codec_sink_class_init() 637 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_video_sink1_class_init() local 645 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_video_sink1_class_init() 662 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_video_sink2_class_init() local 666 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_video_sink2_class_init() 695 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_video_decoder1_class_init() local 706 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_video_decoder1_class_init() [all …]
|
D | videoscale.c | 506 _test_negotiation (const gchar * src_templ, const gchar * sink_templ, in _test_negotiation() argument 515 src_templ, sink_templ); in _test_negotiation() 536 caps = gst_caps_from_string (sink_templ); in _test_negotiation()
|
/third_party/gstreamer/gstplugins_bad/ext/ttml/ |
D | gstttmlparse.c | 63 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", variable 128 gst_static_pad_template_get (&sink_templ)); in gst_ttml_parse_class_init() 143 ttmlparse->sinkpad = gst_pad_new_from_static_template (&sink_templ, "sink"); in gst_ttml_parse_init()
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | audioencoder.c | 111 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_audio_encoder_tester_class_init() local 119 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_audio_encoder_tester_class_init()
|
D | audiodecoder.c | 207 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_audio_decoder_tester_class_init() local 215 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_audio_decoder_tester_class_init()
|
D | videoencoder.c | 200 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_video_encoder_tester_class_init() local 208 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_video_encoder_tester_class_init()
|
D | videodecoder.c | 221 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_video_decoder_tester_class_init() local 229 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_video_decoder_tester_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/faac/ |
D | gstfaac.c | 188 GstPadTemplate *sink_templ; in gst_faac_class_init() local 198 sink_templ = gst_pad_template_new ("sink", in gst_faac_class_init() 200 gst_element_class_add_pad_template (gstelement_class, sink_templ); in gst_faac_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/pipelines/ |
D | seek.c | 209 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in dummy_parser_class_init() local 217 gst_element_class_add_static_pad_template (element_class, &sink_templ); in dummy_parser_class_init()
|
/third_party/gstreamer/gstplugins_base/ext/vorbis/ |
D | gstvorbisenc.c | 125 GstPadTemplate *sink_templ; in gst_vorbis_enc_class_init() local 167 sink_templ = gst_pad_template_new ("sink", in gst_vorbis_enc_class_init() 169 gst_element_class_add_pad_template (gstelement_class, sink_templ); in gst_vorbis_enc_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | baseparse.c | 154 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", in gst_parser_tester_class_init() local 162 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_parser_tester_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/x265/ |
D | gstx265enc.c | 459 GstPadTemplate *sink_templ; in gst_x265_enc_class_init() local 540 sink_templ = gst_pad_template_new ("sink", in gst_x265_enc_class_init() 545 gst_element_class_add_pad_template (element_class, sink_templ); in gst_x265_enc_class_init()
|
/third_party/gstreamer/gstplugins_good/ext/flac/ |
D | gstflacenc.c | 239 GstPadTemplate *sink_templ; in gst_flac_enc_class_init() local 351 sink_templ = gst_pad_template_new ("sink", in gst_flac_enc_class_init() 353 gst_element_class_add_pad_template (gstelement_class, sink_templ); in gst_flac_enc_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/matroska/ |
D | matroska-parse.c | 88 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", variable 186 gst_element_class_add_static_pad_template (gstelement_class, &sink_templ); in gst_matroska_parse_class_init() 197 parse->common.sinkpad = gst_pad_new_from_static_template (&sink_templ, in gst_matroska_parse_init()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlace.c | 304 static GstStaticPadTemplate sink_templ = GST_STATIC_PAD_TEMPLATE ("sink", variable 514 gst_element_class_add_static_pad_template (element_class, &sink_templ); in gst_deinterlace_class_init() 682 self->sinkpad = gst_pad_new_from_static_template (&sink_templ, "sink"); in gst_deinterlace_init()
|