summaryrefslogtreecommitdiff
path: root/tools/gstreamer/miranda.patch
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2024-07-02 15:22:35 +0300
committerGeorge Hazan <george.hazan@gmail.com>2024-07-02 15:22:35 +0300
commitd204cd5e7086588977dfaea85461d47f8258012e (patch)
treee5c46800df888ccb5bb91478a3b91666559827f7 /tools/gstreamer/miranda.patch
parent7ea99ae92f255ea2b9df5a3a4711264b967a55fb (diff)
batch files to compile gstreamer (ver. 0.1)
Diffstat (limited to 'tools/gstreamer/miranda.patch')
-rw-r--r--tools/gstreamer/miranda.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/gstreamer/miranda.patch b/tools/gstreamer/miranda.patch
new file mode 100644
index 0000000000..7c1bab6a49
--- /dev/null
+++ b/tools/gstreamer/miranda.patch
@@ -0,0 +1,12 @@
+diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nice.c b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nice.c
+index d93d742eeb..d1e2b55735 100644
+--- a/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nice.c
++++ b/subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nice.c
+@@ -1680,6 +1680,7 @@ gst_webrtc_nice_constructed (GObject * object)
+
+ options |= NICE_AGENT_OPTION_ICE_TRICKLE;
+ options |= NICE_AGENT_OPTION_REGULAR_NOMINATION;
++ options |= NICE_AGENT_OPTION_SUPPORT_RENOMINATION;
+
+ /* https://gitlab.freedesktop.org/libnice/libnice/-/merge_requests/257 */
+ #if HAVE_LIBNICE_CONSENT_FIX