<!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 6.5.7654.12">
<TITLE>How can we register omx element in gst-omx plugin ?</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<BR>
<BR>

<P><FONT SIZE=2>Hi,<BR>
<BR>
I want to register my developed omx component into gst-openamx plugin library to use in Gstreamer application.<BR>
<BR>
I done changes in Make.am file and in gstomx.c to&nbsp; included my component.c and component.h files.<BR>
<BR>
in Installation i done<BR>
<BR>
./autogen.sh&nbsp; --noconfigure<BR>
./configure<BR>
<BR>
after configure i found in Makefile it has written rules for the new component.<BR>
<BR>
But when I done Make the following errors occured<BR>
<BR>
No rule to make target component.c needed by libgstomx_la_gstomx_component.lo<BR>
<BR>
i am not getting where i gone wrong.<BR>
<BR>
so if any one already faced this please help me in this regard.<BR>
<BR>
Thanks in Advance<BR>
<BR>
Thanks &amp; Regards,<BR>
Mohan Reddy<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>