[gst-devel] dfbvideosink gtk application

Michael Trimarchi michael at panicking.kicks-ass.org
Mon Feb 7 16:31:03 CET 2011


Hi all,

I'm trying to use gstreamer on a gtk-directfb application. In order to give a surface to the
videosink, I create a drawarea

video = gtk_drawing_area_new ();

and give it to the 

GdkWindow *_window;
_window = gtk_widget_get_parent_window (video);

ww = gdk_directfb_surface_lookup (_window)

g_object_set (G_OBJECT (videosink), "surface", ww, NULL);

The plugin can show the video but it overlap part of the gtk application on the screen
Any idea?

Michael Trimarchi




More information about the gstreamer-devel mailing list