<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2658.34">
<TITLE>Re: [gst-devel] Integration of a new plugin with GStreamer</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>On Fri, 2006-08-04 at 11:17 +0200, Rajiv D wrote:</FONT>
<BR><FONT SIZE=2>> Hi,</FONT>
<BR><FONT SIZE=2>Hi</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Can anyone please tell me how can I integrate my plugin with the</FONT>
<BR><FONT SIZE=2>> GStreamer</FONT>
<BR><FONT SIZE=2>> library. Say I have a plugin name as "MyFilter". The files in which</FONT>
<BR><FONT SIZE=2>> this is implemented is</FONT>
<BR><FONT SIZE=2>> gstmyfilter.c and gstmyfilter.h. Now how can I compile and build my</FONT>
<BR><FONT SIZE=2>> plugin,</FONT>
</P>
<P><FONT SIZE=2>Best is to start here :</FONT>
<BR><FONT SIZE=2><A HREF="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/chapter-building-boiler.html#section-boiler-source" TARGET="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/pwg/html/chapter-building-boiler.html#section-boiler-source</A></FONT>
<BR><FONT SIZE=2>You can create an element of your own and implement it in your own</FONT>
<BR><FONT SIZE=2>plugin. It have everything prepared to compile, build and install your</FONT>
<BR><FONT SIZE=2>plugin.</FONT>
</P>
<P><FONT SIZE=2>> and in which directory structure I need to put the above files.</FONT>
<BR><FONT SIZE=2>> Will you please tell me the order of compilation and the steps or any</FONT>
<BR><FONT SIZE=2>> link which</FONT>
<BR><FONT SIZE=2>> can help me.</FONT>
<BR><FONT SIZE=2>> </FONT>
<BR><FONT SIZE=2>> Thanks,</FONT>
<BR><FONT SIZE=2>> Rajiv</FONT>
</P>
</BODY>
</HTML>