Render GStreamer video on wayland subsurface.
Hi folks;
I wants to render GStreamer video on Wayland subsurface and using waylandsink.
Currently i have created 1.main surface 2.Subsurface
I want to render the GStreamer video on subsurface.
I checked the Waylandsink source and discovered that it creates the surface itself and renders video on that surface. So, what I'm trying to figure out is how to render video on my own applications subsurface.