Hi all,<div><br></div><div>I am new to gstreamer. I read few docs/information of gstreamer, and I found it is similar to DirectShow. I am quite familiar with DirectShow.</div><div><br></div><div>Now I have been assigned a task to write gsreamer-plugin in Ubuntu.I am proceeding this task with the help of document 'GStreamer Plugin Writer Guide' (<a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/index.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/index.html</a>) and trying to write my own 'MyFileSource'.</div>
<div><br></div><div>As given in section 3.2, I tried to run './autogen.sh'. But I stuck with following error message.</div><div>"checking for GST... no</div><div>configure: error: </div><div> You need to install or upgrade the GStreamer development</div>
<div> packages on your system. On debian-based systems these are</div><div> libgstreamer1.0-dev and libgstreamer-plugins-base1.0-dev.</div><div> on RPM-based systems gstreamer1.0-devel, libgstreamer1.0-devel</div>
<div> or similar. The minimum version required is 1.0.0"</div><div><br></div><div>I tried many things from Google. But the above error has not been resolved. Do I need to install/add other libraries?</div><div>
Please help me to write gstreamer plugin.</div>
<div>Thanks in advance.</div><div><br></div><div>Regards,</div><div>Aniket</div>