Add setting false to specify usage 75/212975/1 accepted/tizen/unified/20190902.052808 submit/tizen/20190829.051119
authorHyunil <hyunil46.park@samsung.com>
Thu, 29 Aug 2019 04:54:48 +0000 (13:54 +0900)
committerHyunil <hyunil46.park@samsung.com>
Thu, 29 Aug 2019 04:54:48 +0000 (13:54 +0900)
Change-Id: I8f393a7f8d77db73d1b87b520e309466d58275a6
Signed-off-by: Hyunil <hyunil46.park@samsung.com>
src/media_streamer_node.c

index 03e2f8c..a4975f8 100644 (file)
@@ -768,6 +768,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);