I was finally able to make gsvideo work on OSX (tested on Leopard with an 20″ iMac)! The problem was not as much as with gsvideo itself, which needed just some small changes in order to set the directory where GStreamer libraries get copied. The difficult part was to have GStreamer actually installed on OSX, for which I used MacPorts. This involves first installing the Apple development tools (XCode) and then getting your hands a little bit dirty in the command line. The good news is that the version of GStreamer available on MacPorts has been recently updated to the latest released one, so almost every plugin and codec is working right now (except camera capture).
This is the new version of GSVideo (0.3.11) that fixes the path issues on OSX:

Hopefully, in a not too distant future, it will be possible to install GStreamer by means of a binary package. As for now, MacPorts seems to be the only way to do it. Here is the homepage of MacPorts, and here a short tutorial about it.
A full install of GStreamer involves installing the following packages: gstreamer, gst-plugins-base, gst-plugins-good, gst-plugins-bad, gst-plugins-ugly and gst-ffmpeg. And because of all the dependencies that these packages require, the install ends taking up to 360MB!
2 Comments
hi! I’m developing video player based on gstreamer and i’m having problems with the gst-plugins-bad as the macports version doesn’t provide the new qtwrapper. How did you make it’
Hello. You have to install the source from the latest development version of gstreamer core that includes some compatibility fixes for OSX.
What I did was to manually patch the version that was available in macports with these revisions:
http://webcvs.freedesktop.org/gstreamer/gstreamer/ChangeLog?revision=1.3768&view=markup
I can send you the patch files I generated if your are interested.
One Trackback/Pingback
[...] Windows you have to use the expert version of Processing (without java). Besides gsvideo and gltexture, this demo also requires the excellent libraries by sojamo for creating interfaces [...]