mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
webrtc: fix log error message in function gst_webrtc_bin_set_local_description
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1511>
This commit is contained in:
parent
cab0eaed1c
commit
574cbbf0b5
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue