Searched refs:GstWebRTCRTPTransceiver (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/webrtc/ |
D | rtptransceiver.c | 41 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()
|
D | rtptransceiver.h | 31 … (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_WEBRTC_RTP_TRANSCEIVER,GstWebRTCRTPTransceiver)) 37 G_DEFINE_AUTOPTR_CLEANUP_FUNC(GstWebRTCRTPTransceiver, gst_object_unref)
|
D | webrtc_fwd.h | 84 typedef struct _GstWebRTCRTPTransceiver GstWebRTCRTPTransceiver; typedef
|
/third_party/gstreamer/gstplugins_bad/ext/webrtc/ |
D | webrtctransceiver.h | 39 GstWebRTCRTPTransceiver parent; 68 GstWebRTCDTLSTransport * webrtc_transceiver_get_dtls_transport (GstWebRTCRTPTransceiver * trans);
|
D | webrtctransceiver.c | 55 GstWebRTCRTPTransceiver *rtp_trans; in webrtc_transceiver_set_transport() 77 webrtc_transceiver_get_dtls_transport (GstWebRTCRTPTransceiver * trans) in webrtc_transceiver_get_dtls_transport()
|
D | gstwebrtcbin.c | 592 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 …]
|
D | gstwebrtcbin.h | 46 GstWebRTCRTPTransceiver *trans;
|
/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/ |
D | webrtctransceiver.c | 146 _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()
|
D | webrtcrenego.c | 216 GstWebRTCRTPTransceiver *transceiver; in stream_change()
|
/third_party/gstreamer/gstplugins_bad/tests/check/elements/ |
D | webrtcbin.c | 1253 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 …]
|