José Alburquerque wrote:
Here's the compilation, execution and output:[06:25][jose sweety:~/Projects/Programming/C++/Tests]$ gcc -g gstreamer-test.c `pkg-config --cflags --libs gstreamer-0.10`[06:29][jose sweety:~/Projects/Programming/C++/Tests]$ ./a.out Successfully created element of type 'fakesrc' [06:29][jose sweety:~/Projects/Programming/C++/Tests]$
I should also mention (in case this might make some difference) that I'm running a GNU/Linux lenny/sid system. All my gstreamer packages show version 0.10.15-1, while glibmm shows version 2.14.2-1 and glib shows version 2.14.3-1.
-Jose