Hi! <div>I'm trying to use the XOverlay interface on windows with Gtk whitn the directshow sink witch implements it.<div>In the XOverlay interface the method set_xwindow_id requires a ulong for the window id.</div><div>
On Linux I use the macro GDK_WINDOW_XID to get the window ID.</div><div>Instead on Windows I should use the macro GDK_WINDOW_HWND(win) but it's return a HWND value that I can't use in the set_xwindow_id method.</div>
<div>How should I proceed to embed the video window on Windows?</div><div>Thanks</div><div><br></div></div>