Apply LCOV_EXCL_START/STOP macro to media_streamer_gst_webrtc.c 16/238416/2 submit/tizen/20200714.065000
authorSangchul Lee <sc11.lee@samsung.com>
Tue, 14 Jul 2020 00:05:14 +0000 (09:05 +0900)
committerHyunil <hyunil46.park@samsung.com>
Tue, 14 Jul 2020 01:37:19 +0000 (10:37 +0900)
Invalid LCOV_EXCL_STOP is also removed in media_streamer_node.c.

[Version] 0.1.92
[Issue Type] Coverage

Change-Id: I6b2cba1cb2d33164af2df4837002c2dfaadf0164
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/capi-media-streamer.spec
src/media_streamer_gst_webrtc.c
src/media_streamer_node.c

index b207bf6..7cf6e2a 100644 (file)
@@ -1,6 +1,6 @@
 Name:       capi-media-streamer
 Summary:    A Media Streamer API
-Version:    0.1.91
+Version:    0.1.92
 Release:    0
 Group:      Multimedia/API
 License:    Apache-2.0
index b0cff84..d9c4511 100644 (file)
@@ -24,6 +24,7 @@
 #include "media_streamer_gst_webrtc.h"
 #include "media_streamer_node.h"
 
+//LCOV_EXCL_START
 static gchar *__make_ice_candidate_message(guint mlineindex, gchar *candidate)
 {
        JsonObject *ice, *msg;
@@ -629,3 +630,4 @@ GstElement *ms_webrtc_element_create(void)
 
        return webrtc_container;
 }
+//LCOV_EXCL_STOP
index 92ca0a9..0018a09 100644 (file)
@@ -1750,7 +1750,7 @@ static int __ms_node_set_display(media_streamer_node_s *node, const char *param_
 
        return ret;
 }
-//LCOV_EXCL_STOP
+
 int ms_node_set_param_value(media_streamer_node_s *node, param_s *param, const char *param_value)
 {