Home
last modified time | relevance | path

Searched refs:GstWebRTCRTPTransceiver (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/
Drtptransceiver.c41 G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GstWebRTCRTPTransceiver,
73 GstWebRTCRTPTransceiver *webrtc = GST_WEBRTC_RTP_TRANSCEIVER (object); in gst_webrtc_rtp_transceiver_set_property()
105 GstWebRTCRTPTransceiver *webrtc = GST_WEBRTC_RTP_TRANSCEIVER (object); in gst_webrtc_rtp_transceiver_get_property()
145 GstWebRTCRTPTransceiver *webrtc = GST_WEBRTC_RTP_TRANSCEIVER (object); in gst_webrtc_rtp_transceiver_constructed()
156 GstWebRTCRTPTransceiver *webrtc = GST_WEBRTC_RTP_TRANSCEIVER (object); in gst_webrtc_rtp_transceiver_dispose()
175 GstWebRTCRTPTransceiver *webrtc = GST_WEBRTC_RTP_TRANSCEIVER (object); in gst_webrtc_rtp_transceiver_finalize()
300 gst_webrtc_rtp_transceiver_init (GstWebRTCRTPTransceiver * webrtc) in gst_webrtc_rtp_transceiver_init()
Drtptransceiver.h31 … (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_WEBRTC_RTP_TRANSCEIVER,GstWebRTCRTPTransceiver))
37 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstWebRTCRTPTransceiver, gst_object_unref)
Dwebrtc_fwd.h84 typedef struct _GstWebRTCRTPTransceiver GstWebRTCRTPTransceiver; typedef
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dwebrtctransceiver.h39 GstWebRTCRTPTransceiver parent;
68 GstWebRTCDTLSTransport * webrtc_transceiver_get_dtls_transport (GstWebRTCRTPTransceiver * trans);
Dwebrtctransceiver.c55 GstWebRTCRTPTransceiver *rtp_trans; in webrtc_transceiver_set_transport()
77 webrtc_transceiver_get_dtls_transport (GstWebRTCRTPTransceiver * trans) in webrtc_transceiver_get_dtls_transport()
Dgstwebrtcbin.c592 typedef gboolean (*FindTransceiverFunc) (GstWebRTCRTPTransceiver * p1,
595 static GstWebRTCRTPTransceiver *
602 GstWebRTCRTPTransceiver *transceiver = in _find_transceiver()
613 match_for_mid (GstWebRTCRTPTransceiver * trans, const gchar * mid) in match_for_mid()
619 transceiver_match_for_mline (GstWebRTCRTPTransceiver * trans, guint * mline) in transceiver_match_for_mline()
627 static GstWebRTCRTPTransceiver *
630 GstWebRTCRTPTransceiver *trans; in _find_transceiver_for_mline()
816 GstWebRTCRTPTransceiver *trans;
827 GstWebRTCRTPTransceiver * trans) in _find_pad_for_transceiver()
1024 GstWebRTCRTPTransceiver *rtp_trans = in _collate_ice_connection_states()
[all …]
Dgstwebrtcbin.h46 GstWebRTCRTPTransceiver *trans;
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/
Dwebrtctransceiver.c146 _on_new_transceiver (GstElement * webrtc, GstWebRTCRTPTransceiver * trans) in _on_new_transceiver()
156 GstWebRTCRTPTransceiver *trans; in add_fec_to_offer()
164 trans = g_array_index (transceivers, GstWebRTCRTPTransceiver *, 0); in add_fec_to_offer()
Dwebrtcrenego.c216 GstWebRTCRTPTransceiver *transceiver; in stream_change()
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c1253 GstWebRTCRTPTransceiver *trans; in GST_START_TEST()
1258 trans = g_array_index (transceivers, GstWebRTCRTPTransceiver *, 1); in GST_START_TEST()
1595 GstWebRTCRTPTransceiver *trans; in GST_START_TEST()
1614 GstWebRTCRTPTransceiver *trans; in GST_START_TEST()
1621 trans = g_array_index (transceivers, GstWebRTCRTPTransceiver *, 0); in GST_START_TEST()
1635 GstWebRTCRTPTransceiver *trans; in GST_START_TEST()
1687 GstWebRTCRTPTransceiver *trans; in GST_START_TEST()
1732 trans = g_array_index (transceivers, GstWebRTCRTPTransceiver *, 1); in GST_START_TEST()
2803 GstWebRTCRTPTransceiver *trans; in GST_START_TEST()
2824 trans = g_array_index (transceivers, GstWebRTCRTPTransceiver *, 0); in GST_START_TEST()
[all …]