Lines Matching refs:mline
619 transceiver_match_for_mline (GstWebRTCRTPTransceiver * trans, guint * mline) in transceiver_match_for_mline() argument
624 return trans->mline == *mline; in transceiver_match_for_mline()
794 guint mline; member
801 && pad->trans->mline == match->mline; in pad_match_for_mline()
806 guint mline) in _find_pad_for_mline() argument
808 MLineMatch m = { direction, mline }; in _find_pad_for_mline()
1566 if (trans->mline == -1 || trans->mid == NULL) { in _check_if_negotiation_is_needed()
1572 g_assert (trans->mline < in _check_if_negotiation_is_needed()
1574 g_assert (trans->mline < in _check_if_negotiation_is_needed()
1584 trans->mline); in _check_if_negotiation_is_needed()
1589 trans->mline); in _check_if_negotiation_is_needed()
2205 GstWebRTCRTPTransceiverDirection direction, guint mline, GstWebRTCKind kind, in _create_webrtc_transceiver() argument
2218 rtp_trans->mline = mline; in _create_webrtc_transceiver()
2988 g_assert (trans->mline == -1 || trans->mline == media_idx); in sdp_media_from_transceiver()
2997 if (last_offer && trans->mline != -1 && trans->mid) { in sdp_media_from_transceiver()
2998 ufrag = g_strdup (_media_get_ice_ufrag (last_offer, trans->mline)); in sdp_media_from_transceiver()
2999 pwd = g_strdup (_media_get_ice_pwd (last_offer, trans->mline)); in sdp_media_from_transceiver()
3004 trans->mline, trans->mid); in sdp_media_from_transceiver()
3410 if (wtrans->mline_locked && trans->mline != media_idx) { in _create_offer_task()
3416 trans->mline); in _create_offer_task()
3562 trans->mline, media_idx); in _create_offer_task()
4117 rtp_trans->mline, rtp_trans->kind, in _create_answer_task()
4356 serial = trans->mline; in _create_pad_for_sdp_media()
4409 transport_stream_get_pt (trans->stream, "ULPFEC", rtp_trans->mline); in _build_fec_encoder()
4410 red_pt = transport_stream_get_pt (trans->stream, "RED", rtp_trans->mline); in _build_fec_encoder()
4421 "Creating ULPFEC encoder for mline %u with pt %d", rtp_trans->mline, in _build_fec_encoder()
4447 rtp_trans->mline, red_pt); in _build_fec_encoder()
4522 GST_INFO_OBJECT (pad, "linking input stream %u", pad->trans->mline); in _connect_input_stream()
4553 pad_name = g_strdup_printf ("send_rtp_sink_%u", pad->trans->mline); in _connect_input_stream()
4562 pad_name = g_strdup_printf ("send_rtp_src_%u", pad->trans->mline); in _connect_input_stream()
4568 gchar *pad_name = g_strdup_printf ("sink_%u", pad->trans->mline); in _connect_input_stream()
4856 rtp_trans->mline = media_idx; in _update_transceiver_from_sdp_media()
5041 rtp_trans->mline = media_idx; in _update_transceiver_from_sdp_media()
5209 if (p1->mline != -1) in _find_compatible_unassociated_transceiver()
5433 if (rtp_trans->mline != i) { in check_locked_mlines()
5437 "rejecting", rtp_trans->mid, i, rtp_trans->mline); in check_locked_mlines()
5749 if (pad->trans->mline >= gst_sdp_message_medias_len (sd->sdp->sdp)) { in _set_description_task()
5755 media = gst_sdp_message_get_media (sd->sdp->sdp, pad->trans->mline); in _set_description_task()
6031 gst_webrtc_bin_add_ice_candidate (GstWebRTCBin * webrtc, guint mline, in gst_webrtc_bin_add_ice_candidate() argument
6037 item->mlineindex = mline; in gst_webrtc_bin_add_ice_candidate()
7177 trans->mline = serial; in gst_webrtc_bin_request_new_pad()