Re: gstreamermm option group does not init



José Alburquerque wrote:
I've also attached a C example that shows that the call to gst_init() is not necessary when using the options parser (I had to write it myself, since you would not cite or provide one initially). As can be seen, the call to gst_init() is not necessary with option parsing.

I forgot to show compilation and execution:

[04:40][jose sweety:~/Projects/Programming/C++/Tests/gstreamermm]$ gcc -g -o test-init `pkg-config --cflags --libs gstreamer-0.10 ` test-init.c [04:40][jose sweety:~/Projects/Programming/C++/Tests/gstreamermm]$ ./test-init
Successfully created element of type 'fakesrc'.
[04:40][jose sweety:~/Projects/Programming/C++/Tests/gstreamermm]$

No errors (of course now we know).

--
José Alburquerque
jaalburquerque cox net



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]