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.
Overlay's BufferInfo to XWindow