Add setting false to specify usage 78/212978/1
authorHyunil <hyunil46.park@samsung.com>
Thu, 29 Aug 2019 04:54:48 +0000 (13:54 +0900)
committerHyunil Park <hyunil46.park@samsung.com>
Thu, 29 Aug 2019 05:04:50 +0000 (05:04 +0000)
Change-Id: I8f393a7f8d77db73d1b87b520e309466d58275a6
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/media_streamer_node.c

index 1d1c64bf9572cdd39e26c841007bc6051452131b..63d5d6caf3fcda28ea9824948ae4caa965896b57 100644 (file)
@@ -770,6 +770,7 @@ int __ms_sink_node_create(media_streamer_node_s *node)
        case MEDIA_STREAMER_NODE_SINK_TYPE_OVERLAY:
                plugin_name = __ms_ini_get_string("node type 2:overlay", DEFAULT_VIDEO_SINK);
                node->gst_element = __ms_element_create(plugin_name, NULL);
+               g_object_set(node->gst_element, "use-tbm", FALSE, NULL);
                break;
        case MEDIA_STREAMER_NODE_SINK_TYPE_FAKE:
                plugin_name = __ms_ini_get_string("node type 2:fake", DEFAULT_FAKE_SINK);