Hello,<br>
<br>
I'm trying to get the Hello World example available in the gstreamer
documentation to compile on FC4 using gstreamer 0.8 without
success.&nbsp; I've followed the instructions at:<br>
<br>
&lt;<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-helloworld.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/chapter-helloworld.html</a>&gt;<br>
<br>
I get the error messages:<br>
<br>
[benjy@localhost ~]$ gcc -Wall $(pkg-config --cflags --libs gstreamer-0.8) helloworld.c -o helloworld<br>
<br>
helloworld.c:10: error: syntax error before '*' token<br>
helloworld.c: In function 'bus_call':<br>
helloworld.c:14: error: 'data' undeclared (first use in this function)<br>
helloworld.c:14: error: (Each undeclared identifier is reported only once<br>
helloworld.c:14: error: for each function it appears in.)<br>
helloworld.c:16: warning: implicit declaration of function 'GST_MESSAGE_TYPE'<br>
helloworld.c:16: error: 'msg' undeclared (first use in this function)<br>
helloworld.c:17: error: 'GST_MESSAGE_EOS' undeclared (first use in this function)<br>
helloworld.c:21: error: 'GST_MESSAGE_ERROR' undeclared (first use in this function)<br>
helloworld.c:25: warning: implicit declaration of function 'gst_message_parse_error'<br>
helloworld.c: In function 'new_pad':<br>
helloworld.c:53: warning: passing argument 1 of 'gst_object_unref' from incompatible pointer type<br>
helloworld.c: In function 'main':<br>
helloworld.c:87: warning: implicit declaration of function 'gst_bus_add_watch'<br>
helloworld.c:87: warning: implicit declaration of function 'gst_pipeline_get_bus'<br>
<br>
The example is specifically for gstreamer-0.10 but I figured a hello world example should work equally well on FC4.<br>
<br>
Anyways, trying to work my way into gstreamer.&nbsp; If anyone has seen
this problem before I would appreciate some help.&nbsp; Thanks,<br>
<br>
Benjy<br>
<br>
<br>