I recently try to write a video play example with gstreamer on windows desktop app, the two ways i tested:
1. native create render target and trans texture id from native to flutter likes android's version do, I try to create a render context with opengl texture and passing the opengl texture id to flutter but Texture widget can't recognize it. So flutter Texture widget should need it's own texture type object, is there any sample for windows' PlatformView?
2. gstreamer can bind with hwnd, so i try to find how to pass widget's hwnd to native. but currently i can't get the sub widget's hwnd, only I can get is the main windows's hwnd, how can i get it?
Any advise would be grateful for me, thx