Check return value of __ms_adaptive_sink_http_server_prepare() 66/169866/1 accepted/tizen/unified/20180219.142425 submit/tizen/20180214.015142
authorHyunil <hyunil46.park@samsung.com>
Mon, 12 Feb 2018 02:13:03 +0000 (11:13 +0900)
committerHyunil <hyunil46.park@samsung.com>
Mon, 12 Feb 2018 02:13:03 +0000 (11:13 +0900)
Change-Id: Id260a37fbedabd6c5bcc1669e566b16e827487d9
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/media_streamer_node.c

index 3be4629..f13824b 100644 (file)
@@ -920,7 +920,7 @@ int __ms_pipeline_prepare(media_streamer_s *ms_streamer)
        }
 
        if (adaptive_sink)
-               __ms_adaptive_sink_http_server_prepare(ms_streamer, adaptive_sink);
+               ret = __ms_adaptive_sink_http_server_prepare(ms_streamer, adaptive_sink);
 
        if (ret != MEDIA_STREAMER_ERROR_NONE)
                goto prepare_fail;