summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Piché <dave.piche@motorolasolutions.com>2022-01-11 13:21:55 -0500
committerTim-Philipp Müller <tim@centricular.com>2022-01-18 01:21:22 +0000
commitc3fca34b1d40b32986fcd83047b3527087a61071 (patch)
treee9d778f42aa0676da2c546a897992da924f90c66
parenta3468e59b68c3842bef9c33296e3b8cfb4df14d5 (diff)
downloadgstreamer-plugins-bad-c3fca34b1d40b32986fcd83047b3527087a61071.tar.gz
webrtc: fix log error message in function gst_webrtc_bin_set_local_description
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2569>
-rw-r--r--ext/webrtc/gstwebrtcbin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/webrtc/gstwebrtcbin.c b/ext/webrtc/gstwebrtcbin.c
index 34d0b10ea..f8e7ef445 100644
--- a/ext/webrtc/gstwebrtcbin.c
+++ b/ext/webrtc/gstwebrtcbin.c
@@ -4754,7 +4754,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-gstwebrtcbin-promise-error",
"error", G_TYPE_ERROR, error, NULL);