webrtcbin: Fix a typo in debug log
authorJan Schmidt <jan@centricular.com>
Fri, 18 Nov 2022 17:42:20 +0000 (04:42 +1100)
committerJan Schmidt <jan@centricular.com>
Sat, 19 Nov 2022 02:12:58 +0000 (13:12 +1100)
transceiever -> transceiver

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3434>

subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c

index 870b0b2..e98eaf6 100644 (file)
@@ -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);