Home
last modified time | relevance | path

Searched refs:rtp_sink_template (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportreceivebin.c55 static GstStaticPadTemplate rtp_sink_template = variable
392 gst_element_class_add_static_pad_template (element_class, &rtp_sink_template); in transport_receive_bin_class_init()
Dtransportsendbin.c51 static GstStaticPadTemplate rtp_sink_template = variable
506 gst_element_class_add_static_pad_template (element_class, &rtp_sink_template); in transport_send_bin_class_init()
/third_party/gstreamer/gstplugins_bad/ext/dtls/
Dgstdtlssrtpenc.c36 static GstStaticPadTemplate rtp_sink_template = variable
161 gst_element_class_add_static_pad_template (element_class, &rtp_sink_template); in gst_dtls_srtp_enc_class_init()
/third_party/gstreamer/gstplugins_bad/ext/srtp/
Dgstsrtpenc.c177 static GstStaticPadTemplate rtp_sink_template = variable
266 &rtp_sink_template); in gst_srtp_enc_class_init()
528 sinkpad = gst_pad_new_from_static_template (&rtp_sink_template, name); in create_rtp_sink()
Dgstsrtpdec.c150 static GstStaticPadTemplate rtp_sink_template = variable
265 &rtp_sink_template); in gst_srtp_dec_class_init()
377 gst_pad_new_from_static_template (&rtp_sink_template, "rtp_sink"); in gst_srtp_dec_init()