mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
webrtcbin: Fix typoe in name of error GstStructure
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2104>
This commit is contained in:
parent
2bd647e999
commit
7db5848376
1 changed files with 1 additions and 1 deletions
|
@ -5180,7 +5180,7 @@ out:
|
||||||
if (error) {
|
if (error) {
|
||||||
GST_WARNING_OBJECT (webrtc, "returning error: %s", error->message);
|
GST_WARNING_OBJECT (webrtc, "returning error: %s", error->message);
|
||||||
gst_promise_reply (sd->promise,
|
gst_promise_reply (sd->promise,
|
||||||
gst_structure_new ("application/x-getwebrtcbin-error", "error",
|
gst_structure_new ("application/x-gstwebrtcbin-error", "error",
|
||||||
G_TYPE_ERROR, error, NULL));
|
G_TYPE_ERROR, error, NULL));
|
||||||
g_clear_error (&error);
|
g_clear_error (&error);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue