From 5fa4f0562c65788f1b41d529524eec85631157bc Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 19 Nov 2022 04:42:20 +1100 Subject: [PATCH] webrtcbin: Fix a typo in debug log transceiever -> transceiver Part-of: --- subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c b/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c index 870b0b2..e98eaf6 100644 --- a/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c +++ b/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c @@ -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); -- 2.7.4