mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
webrtcbin: Fix a typo in debug log
transceiever -> transceiver Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3434>
This commit is contained in:
parent
f2ae481a69
commit
5fa4f0562c
1 changed files with 1 additions and 1 deletions
|
@ -4924,7 +4924,7 @@ _set_internal_rtpbin_element_props_from_stream (GstWebRTCBin * webrtc,
|
|||
g_value_unset (&ptval);
|
||||
}
|
||||
|
||||
GST_DEBUG_OBJECT (webrtc, "stream %" GST_PTR_FORMAT " transceiever %"
|
||||
GST_DEBUG_OBJECT (webrtc, "stream %" GST_PTR_FORMAT " transceiver %"
|
||||
GST_PTR_FORMAT " has FEC payload %d and RED payload %d", stream,
|
||||
trans, ulpfec_pt, red_pt);
|
||||
|
||||
|
|
Loading…
Reference in a new issue