[Version] 1.22.8-15
[Issue Type] Improvement
Change-Id: I42423b17e6b75420c5058dceea78d1fd8d382739
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Name: %{_name}
Version: 1.22.8
-Release: 14
+Release: 15
Summary: Streaming-Media Framework Runtime
License: LGPL-2.0+
Group: Multimedia/Framework
if (!g_str_has_suffix (address, ".local")) {
GST_WARNING_OBJECT (nice, "candidate address \'%s\' does not end "
"with \'.local\'", address);
+#ifndef TIZEN_FEATURE_WEBRTC_MODIFICATION
goto done;
+#else
+ GST_INFO_OBJECT (nice, "keep going to resolve the domain name \'%s\'",
+ address);
+#endif
}
rc = g_new0 (struct resolve_candidate_data, 1);