<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi,<br><br>As newbie to Gstreamer app development, while i was going through gstreamer app dev manual (0.11.91.1) chapter 18(pipeline manipulation), i tried to build the example under section 18.1 in ubuntu 12.04 with all gstreamer libs installed. I am facing compilation errors on GstMapInfo as unknown type. <br><br>I have pasted the log below - <br><br>somanath@somanath:~/som_streaming/som_gst_example$ gcc test-buffer-pad.c -o test-buffer-pad `pkg-config --cflags --libs gstreamer-0.10`<br><br>test-buffer-pad.c: In function ‘cb_have_data’:<br>test-buffer-pad.c:6:2: error: unknown type name ‘GstMapInfo’<br>test-buffer-pad.c:9:33: error: ‘GST_MAP_WRITE’ undeclared (first use in this function)<br>test-buffer-pad.c:9:33: note: each undeclared identifier is reported only once for each function it appears in<br>test-buffer-pad.c:11:12: error: request for member ‘data’ in something not a structure or union<br>--------<br>I have included gst/gst.h as per example. I have googled a lot on this error. But i am little unclear about the root cause.<br><br>Could any one please let me know some pointers about this above error so that i can able to resolve this ?<br><br>Thanks.<br><br>Regards,<br>Somanath<br> </div></body>
</html>