gtk.Socket implementation
Submitted by Olivier Aubert on Tue, 2009-01-27 18:03.
Hello
At the beginning of the gtk-osx porting effort, Richard posted information about a port of Totem (IIRC), using hacks to allow embedding of gstreamer into a native gtk window. But from what I can see in the current code, the gtk.Plug/gtk.Socket classes used for embedding are for the moment unimplemented.
I can well imagine that implementing them is on the TODO list, but wonder about the feasability and priority of this task.

It's not possible to embed
It's not possible to embed anything from a different process like that on OS X, so gtksocket/plug is not very usable.
My gstreamer video sink doesn't do any embedding like that, it just displays the video using opengl in the nsview of a widget.