From 574cbbf0b542ff33749263c014e3ba6d6c76416a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Dave=20Pich=C3=A9?= Date: Tue, 11 Jan 2022 13:21:55 -0500 Subject: [PATCH] webrtc: fix log error message in function gst_webrtc_bin_set_local_description 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 86fd643..db1188a 100644 --- a/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c +++ b/subprojects/gst-plugins-bad/ext/webrtc/gstwebrtcbin.c @@ -5927,7 +5927,7 @@ gst_webrtc_bin_set_local_description (GstWebRTCBin * webrtc, (GDestroyNotify) _free_set_description_data, promise)) { GError *error = g_error_new (GST_WEBRTC_BIN_ERROR, GST_WEBRTC_BIN_ERROR_CLOSED, - "Could not set remote description. webrtcbin is closed"); + "Could not set local description. webrtcbin is closed"); GstStructure *s = gst_structure_new ("application/x-gst-promise", "error", G_TYPE_ERROR, error, NULL); -- 2.7.4