Home
last modified time | relevance | path

Searched refs:sink_templ (Results 1 – 25 of 27) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dgstnvenc.c620 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 …]
Dgstnvdecoder.c1062 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/
Dgstristrtpext.c67 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()
Dgstristrtpdeext.c60 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()
Dgstroundrobin.c37 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()
Dgstristsink.c113 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/
Djpeg2000parse.c396 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/
Dgstssaparse.c38 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()
Dgstsubparse.c64 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/
Ddecodebin.c373 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()
Dplaybin-complex.c305 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 …]
Dvideoscale.c506 _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/
Dgstttmlparse.c63 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/
Daudioencoder.c111 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()
Daudiodecoder.c207 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()
Dvideoencoder.c200 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()
Dvideodecoder.c221 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/
Dgstfaac.c188 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/
Dseek.c209 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/
Dgstvorbisenc.c125 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/
Dbaseparse.c154 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/
Dgstx265enc.c459 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/
Dgstflacenc.c239 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/
Dmatroska-parse.c88 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/
Dgstdeinterlace.c304 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()

12