Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/tests/examples/webrtc/
Dwebrtctransceiver.c157 GArray *transceivers; in add_fec_to_offer() local
162 g_signal_emit_by_name (webrtc, "get-transceivers", &transceivers); in add_fec_to_offer()
164 trans = g_array_index (transceivers, GstWebRTCRTPTransceiver *, 0); in add_fec_to_offer()
169 g_array_unref (transceivers); in add_fec_to_offer()
/third_party/gstreamer/gstplugins_bad/ext/webrtc/
Dgstwebrtcbin.c601 for (i = 0; i < webrtc->priv->transceivers->len; i++) { in _find_transceiver()
603 g_ptr_array_index (webrtc->priv->transceivers, i); in _find_transceiver()
1023 for (i = 0; i < webrtc->priv->transceivers->len; i++) { in _collate_ice_connection_states()
1025 g_ptr_array_index (webrtc->priv->transceivers, i); in _collate_ice_connection_states()
1074 if (all_new_or_closed || webrtc->priv->transceivers->len == 0) { in _collate_ice_connection_states()
1108 gboolean all_completed = webrtc->priv->transceivers->len > 0 || in _collate_ice_gathering_states()
1112 for (i = 0; i < webrtc->priv->transceivers->len; i++) { in _collate_ice_gathering_states()
1114 g_ptr_array_index (webrtc->priv->transceivers, i); in _collate_ice_gathering_states()
1199 for (i = 0; i < webrtc->priv->transceivers->len; i++) { in _collate_peer_connection_states()
1201 g_ptr_array_index (webrtc->priv->transceivers, i); in _collate_peer_connection_states()
[all …]
Dgstwebrtcbin.h100 GPtrArray *transceivers; member
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwebrtcbin.c1254 GArray *transceivers; in GST_START_TEST() local
1256 g_signal_emit_by_name (t->webrtc1, "get-transceivers", &transceivers); in GST_START_TEST()
1257 fail_unless_equals_int (transceivers->len, 2); in GST_START_TEST()
1258 trans = g_array_index (transceivers, GstWebRTCRTPTransceiver *, 1); in GST_START_TEST()
1261 g_array_unref (transceivers); in GST_START_TEST()
1615 GArray *transceivers; in GST_START_TEST() local
1617 g_signal_emit_by_name (t->webrtc1, "get-transceivers", &transceivers); in GST_START_TEST()
1618 fail_unless (transceivers != NULL); in GST_START_TEST()
1619 fail_unless_equals_int (1, transceivers->len); in GST_START_TEST()
1621 trans = g_array_index (transceivers, GstWebRTCRTPTransceiver *, 0); in GST_START_TEST()
[all …]
/third_party/gstreamer/gstplugins_good/
DNEWS1176 - Change the way in which sink pads and transceivers are matched
/third_party/gstreamer/gst_libav/
DNEWS1176 - Change the way in which sink pads and transceivers are matched
/third_party/gstreamer/gstplugins_bad/
DNEWS1176 - Change the way in which sink pads and transceivers are matched
DChangeLog3026 Also clean up handling of transceivers' ssrc events, as this
5848 objects that resides on the RTP transceivers (which is exactly how it
6169 webrtcbin: Don't assume that non-audio medias are video medias when creating transceivers
7881 …webrtcbin: Store newly created transceivers when creating an answer also in the seen transceivers
7900 webrtcbin: Stop transceivers update after first SDP error on data channel
8636 webrtcbin: Stop transceivers update after first SDP error
10500 existing transceivers of the same kind.
10543 This should avoid creating extra transceivers that are duplicated.
10570 And repeat this until we're out of transceivers.
20348 webrtcbin: Merge the RTX SSRCs from all transceivers when bundling
[all …]
/third_party/gstreamer/gstreamer/
DNEWS1176 - Change the way in which sink pads and transceivers are matched
/third_party/gstreamer/gstplugins_base/
DNEWS1176 - Change the way in which sink pads and transceivers are matched