Hello everyone, I am considering using Clutter for (free) my software Toonloop since: * It is free * I love OpenGL * I could use high-level animation tools in Clutter, and contribute mine to Clutter, instead of just reinventing the wheel again, alone. I have a set of motion tween tools in an old repository, that would be easy to port to Gobject. (see [1])
Now, my main interest is using live video input in OpenGL with Gstreamer. I cannot get the example in gst-plugins-gl/tests/examples/clutter/cluttershare.c to work, (see [2]) since it requires clutter-0.8 and it seems like pkg-config fails to give me the cflags and libs for clutter-1.0. I am using Ubuntu 9.10 Karmic. Here's the output of pkg-config, looking for Clutter: $ pkg-config --cflags --libs clutter-1.0 Package gl was not found in the pkg-config search path. Perhaps you should add the directory containing `gl.pc' to the PKG_CONFIG_PATH environment variable Package 'gl', required by 'Clutter', not found Here is my question: Can someone point me to a working example with Gstreamer and Clutter, with autoconf, if possible? Otherwise, how can I fix this and make that example work? Thanks ! Alex [1]: My Tween old "class" is actually pure C, not C++: http://code.google.com/p/libinteract/source/browse/trunk/trunk/general/Tween/Tween.cpp It's a port to C or R. Penner's equations. [2]: You can get the latest gst-plugins-gl examples by checking it out: $ git clone git://anongit.freedesktop.org/gstreamer/gst-plugins-gl See http://cgit.freedesktop.org/gstreamer/gst-plugins-gl/ -- To unsubscribe send a mail to [email protected]
