语言

Menu
Sites
Language
Overlay's BufferInfo to XWindow

I'm using GStreamer in my Tizen application (have reason to do this). And i need to set xwindow id to GStreamer by gst_x_overlay_set_window_handle. Can i get XWindow id (xlib) from OverlayRegion or OverlayPanel (it's BufferInfo class). I tried to create my own xwindow by XCreateSimpleWindow but with no success.  

响应

2 回复
Seongwon Cho

Hi,

As I know xlib is not public API and you can't use xlib directly in your app.

Even you make your program with xlib you may not be able to upload your App to Tizen Store.

Carsten Haitzler

you cannot use any x api's from gst. don't do it. tizen will not use x11 in the long-run. use mm api's