[gst-devel] xoverlay + wxgtk

Ryan Norton wxprojects at comcast.net
Sat Feb 5 20:57:09 CET 2005


Just an update - 
Me and Diegote had an IRC exchange and figured out that the correct way is

> wxWindow* w;
> // ... Set up and show window ...
> GdkWindow *window = GTK_PIZZA(w->m _wxwindow)->bin_window;
> // ... set up gstreamer ...
>  gst_x_overlay_set_xwindow_id (GST_X_OVERLAY(xvsink),
> GDK_WINDOW_XWINDOW( window ) );

He said that worked, which is good :).

Ryan




More information about the gstreamer-devel mailing list