webrtc/nice: Remove unnecessary tizen defined code 30/317930/2 accepted/tizen/unified/20250113.094344 accepted/tizen/unified/x/20250113.143100
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 9 Jan 2025 00:41:41 +0000 (09:41 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 10 Jan 2025 07:05:32 +0000 (16:05 +0900)
Change-Id: I08d1b49ad2280c6d00cbd05573e22a1a46c82bbc
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
subprojects/gst-plugins-bad/gst-libs/gst/webrtc/nice/nice.c

index fc88dfdfd2616df22de8e82ce5c62804cb743dbb..e00c9b0261adecd60d7962b31afb6655636b858a 100644 (file)
@@ -1694,9 +1694,6 @@ gst_webrtc_nice_constructed (GObject * object)
 
   options |= NICE_AGENT_OPTION_ICE_TRICKLE;
   options |= NICE_AGENT_OPTION_REGULAR_NOMINATION;
-#ifdef TIZEN_FEATURE_WEBRTC_MODIFICATION
-  options |= NICE_AGENT_OPTION_CONSENT_FRESHNESS;
-#endif
 
 /*  https://gitlab.freedesktop.org/libnice/libnice/-/merge_requests/257 */
 #if HAVE_LIBNICE_CONSENT_FIX