Home
last modified time | relevance | path

Searched refs:dtlssrtpdec (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dtransportreceivebin.c153 GstElement *dtlssrtpdec; in transport_receive_bin_set_receive_state() local
158 dtlssrtpdec = transport->dtlssrtpdec; in transport_receive_bin_set_receive_state()
159 pad = gst_element_get_static_pad (dtlssrtpdec, "sink"); in transport_receive_bin_set_receive_state()
322 gst_bin_add (GST_BIN (receive), GST_ELEMENT (transport->dtlssrtpdec)); in transport_receive_bin_constructed()
346 if (!gst_element_link_pads (receive->queue, "src", transport->dtlssrtpdec, in transport_receive_bin_constructed()
357 gst_element_get_static_pad (receive->stream->transport->dtlssrtpdec, in transport_receive_bin_constructed()
365 pad = gst_element_get_static_pad (receive->stream->transport->dtlssrtpdec, in transport_receive_bin_constructed()
372 pad = gst_element_request_pad_simple (receive->stream->transport->dtlssrtpdec, in transport_receive_bin_constructed()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Ddtlstransport.c97 g_object_set_property (G_OBJECT (webrtc->dtlssrtpdec), "pem", value); in gst_webrtc_dtls_transport_set_property()
126 g_object_get_property (G_OBJECT (webrtc->dtlssrtpdec), "pem", value); in gst_webrtc_dtls_transport_get_property()
129 g_object_get_property (G_OBJECT (webrtc->dtlssrtpdec), "peer-pem", value); in gst_webrtc_dtls_transport_get_property()
196 webrtc->dtlssrtpdec = gst_element_factory_make ("dtlssrtpdec", NULL); in gst_webrtc_dtls_transport_constructed()
197 g_object_set (webrtc->dtlssrtpdec, "connection-id", connection_id, NULL); in gst_webrtc_dtls_transport_constructed()
Dwebrtc-priv.h209 GstElement *dtlssrtpdec; member
/third_party/gstreamer/gstplugins_bad/ext/dtls/
DREADME11 This plugin provides two main elements (dtlssrtpdec and dtlssrtpenc) and a few
12 minor elements necessary to implement them. The two elements dtlssrtpdec and
22 - connection-id: a string that must match the connection-id in dtlssrtpdec;
34 dtlssrtpdec
53 NB With the current implementation the RX pipeline containing the dtlssrtpdec
106 '.sink dtlssrtpdec connection-id={name} .rtp_src',
Dgstdtlselements.h34 GST_ELEMENT_REGISTER_DECLARE (dtlssrtpdec);
Dplugin.c41 ret |= GST_ELEMENT_REGISTER (dtlssrtpdec, plugin); in plugin_init()
Dgstdtlssrtpdec.c66 GST_ELEMENT_REGISTER_DEFINE_WITH_CODE (dtlssrtpdec, "dtlssrtpdec",
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c4447 GstPluginFeature *nicesrc, *nicesink, *dtlssrtpdec, *dtlssrtpenc; in webrtcbin_suite() local
4455 dtlssrtpdec = gst_registry_lookup_feature (registry, "dtlssrtpdec"); in webrtcbin_suite()
4461 if (nicesrc && nicesink && dtlssrtpenc && dtlssrtpdec) { in webrtcbin_suite()
4520 dtlssrtpdec); in webrtcbin_suite()
4527 if (dtlssrtpdec) in webrtcbin_suite()
4528 gst_object_unref (dtlssrtpdec); in webrtcbin_suite()
/third_party/gstreamer/gstplugins_bad/
DChangeLog29124 webrtcbin: Block the source pads before dtlssrtpdec inside transportreceivebin
43698 webrtc/receive-bin: block pads before dtlssrtpdec:
93721 dtlssrtpdec: Release requested pads
94793 dtlssrtpdec: Don't merge RTP and RTCP streams that were just split by srtpdec
95049 Upstream might not give us a caps event (dtlssrtpdec) because it might be an
95052 Fixes "sticky event misordering" warnings with dtlssrtpdec.
96485 dtlssrtpdec: Add some more debug output