[gst-devel] xoverlay + wxgtk
Ryan Norton
wxprojects at comcast.net
Sat Feb 5 20:04:25 CET 2005
Hi,
Did you try
-----
wxWindow w;
// ... Set up and show window ...
GdkWindow *window = GTK_PIZZA(w)->bin_window;
// ... set up gstreamer ...
gst_x_overlay_set_xwindow_id (GST_X_OVERLAY(xvsink),
GDK_WINDOW_XWINDOW( window ) );
-----
Also, pretty soon in CVS HEAD of wxWidgets you can just use wxMediaCtrl
instead, which hopefully will make life easier for a lot of people :).
Ryan
More information about the gstreamer-devel
mailing list