From 190b05ae63965d77025e955ba49312381186da42 Mon Sep 17 00:00:00 2001 From: Boram Park Date: Tue, 15 Sep 2015 10:38:41 +0900 Subject: [PATCH] add 'tizen_video' interface to let clients know the video information that the compositor handles Change-Id: Ia1b10ab74039d7e2bed5980395f9dceeba94f195 --- protocol/tizen-extension.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/protocol/tizen-extension.xml b/protocol/tizen-extension.xml index 36eda85..3ecbe1e 100644 --- a/protocol/tizen-extension.xml +++ b/protocol/tizen-extension.xml @@ -474,4 +474,20 @@ + + + + Clients can get the video information that the compositor can handle from this interface. + + + + + The tbm format codes match the #defines in tbm_surface.h. The formats actually + supported by the compositor will be reported by the format event. + + + + + + -- 2.7.4