mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 21:18:52 +00:00
examples: webrtc: mp-sendrecv: Add missing semicolon
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2961>
This commit is contained in:
parent
eab9383812
commit
ad6ba10ae3
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ add_peer_to_pipeline (const gchar * peer_id, gboolean offer)
|
||||||
g_assert_true (ret);
|
g_assert_true (ret);
|
||||||
|
|
||||||
gst_object_unref (q);
|
gst_object_unref (q);
|
||||||
gst_object_unref (webrtc)
|
gst_object_unref (webrtc);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue