<div>well u can try one thing </div>
<div>gst inspect checks the path in GST_PLUGIN_PATH</div>
<div>so set this to the place where u have kept ur plugin .so file</div>
<div><br><br>&nbsp;</div>
<div class="gmail_quote">On Nov 29, 2007 10:17 PM, Sharath Mudalamane &lt;<a href="mailto:sharath_m@mindtree.com">sharath_m@mindtree.com</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi Edward,<br><br>Thanks for the inputs!<br><br>Since I am facing the same problem on scratchbox (As I explained in my first
<br>mail), I tried GST_DEBUG ... on scratchbox environment (No debug enabled in<br>:-( my 770).<br><br>I am not getting any clue from the logs. I have attached the generated logs.<br>Can you please help me?<br><br><br>Thanks and regards,
<br><font color="#888888">Sharath<br></font>
<div>
<div></div>
<div class="Wj3C7c"><br><br><br>-----Original Message-----<br>From: Edward Hervey [mailto:<a href="mailto:bilboed@gmail.com">bilboed@gmail.com</a>]<br>Sent: Thursday, November 29, 2007 9:46 PM<br>To: Sharath Mudalamane<br>
Cc: TK, Pratheesh Gangadhar; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>Subject: Re: [gst-devel] How to register my new plugin on Nokia 770?<br><br>Hi,<br><br>&nbsp;First REMOVE your registry (~/.gstreamer-
0.10/registry*), then run the<br>following :<br>&nbsp;# GST_DEBUG=2 gst-inspect-0.10 &gt; log 2&gt;&amp;1<br><br>&nbsp;You can then look through the &#39;log&#39; file to see the reason why your<br>plugin isn&#39;t being loaded. If you don&#39;t see anything regarding your
<br>plugin, that means that it is located in the wrong path.<br><br>&nbsp;BTW, I think debugging was disabled on the N770 gstreamer by<br>default... so I hope you have a debug-enabled version of gstreamer else<br>you will not be able to go very far.
<br><br>&nbsp; &nbsp;Edward<br><br>On Thu, 2007-11-29 at 21:27 +0530, Sharath Mudalamane wrote:<br>&gt; Hi Pratheesh,<br>&gt;<br>&gt;<br>&gt;<br>&gt; The gst-inspect FAILS for me. Hence, GST_DEBUG would not help.<br>&gt;<br>&gt;<br>
&gt;<br>&gt; Also, I tried exporting GST_PLUGIN_PATH=/usr/lib/gstreamer-0.10/ (on<br>&gt; the X-term of Nokia 770 device!). It is still working.<br>&gt;<br>&gt;<br>&gt;<br>&gt; I believe there is something extra that we should do to register any
<br>&gt; new plugins on the device (Nokia 770) apart from copying the generated<br>&gt; shared object (libgstwow.so) into it.<br>&gt;<br>&gt;<br>&gt;<br>&gt; Thanks for your reply!<br>&gt;<br>&gt; Regards,<br>&gt;<br>&gt; Sharath
<br>&gt;<br>&gt;<br>&gt;<br>&gt; ______________________________________________________________________<br>&gt; From: TK, Pratheesh Gangadhar [mailto:<a href="mailto:pratheesh@ti.com">pratheesh@ti.com</a>]<br>&gt; Sent: Thursday, November 29, 2007 7:00 PM
<br>&gt; To: Sharath Mudalamane; <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>&gt; Subject: RE: [gst-devel] How to register my new plugin on Nokia 770?<br>&gt;<br>&gt;
<br>&gt;<br>&gt;<br>&gt; Can you do export GST_DEBUG=3 or 4 &nbsp;before gst-inspect-0.10 and check<br>&gt; the debug messages. This may give you more clues about your problem.<br>&gt;<br>&gt;<br>&gt;<br>&gt; You might also need to do a export
<br>&gt; GST_PLUGIN_PATH=/usr/lib/gstreamer-0.10/<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; ______________________________________________________________________<br>&gt; <a href="mailto:From:gstreamer-devel-bounces@lists.sourceforge.net">
From:gstreamer-devel-bounces@lists.sourceforge.net</a><br>&gt; [mailto:<a href="mailto:gstreamer-devel-bounces@lists.sourceforge.net">gstreamer-devel-bounces@lists.sourceforge.net</a>] On Behalf Of<br>&gt; Sharath Mudalamane
<br>&gt; Sent: Thursday, November 29, 2007 5:58 PM<br>&gt; To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>&gt; Subject: [gst-devel] How to register my new plugin on Nokia 770?
<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; To: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>&gt;<br>&gt;<br>&gt;<br>&gt; Subject: How to register my new plugin on Nokia 770?
<br>&gt;<br>&gt;<br>&gt;<br>&gt; Hello all,<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; MY ISSUE:<br>&gt;<br>&gt;<br>&gt;<br>&gt; I have created a new GStreamer filter plugin (say &#39;Wow&#39;). I have the<br>&gt; shared object (
libgstwow.so for ARM9) sitting pretty<br>&gt; in /usr/local/lib/gstreamer-0.10/.<br>&gt;<br>&gt; Now, I have copied this libgstwow.so to /usr/lib/gstreamer-0.10/ on<br>&gt; the Nokia 770.<br>&gt;<br>&gt; But,<br>&gt;<br>&gt; Nokia-770# 
gst-inspect-0.10 wow &nbsp; &nbsp; is not working.<br>&gt;<br>&gt; Nokia-770# gst-inspect-0.10 fakesrc ! wow ! fakesink &nbsp; is also not<br>&gt; working.<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; HOW DID I CREATE filter plugin for ARM9?
<br>&gt;<br>&gt;<br>&gt;<br>&gt; I have &#39;scratchbox&#39; tool setup for cross compiling the GStreamer<br>&gt; programs for ARM9.<br>&gt;<br>&gt;<br>&gt;<br>&gt; These are the steps I followed:<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp;1. Downloaded /gst-template from CVS to chroot&#39;ed login of
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; scratchbox.<br>&gt; &nbsp; &nbsp; &nbsp;2. Use make-element to create &#39;wow&#39;.<br>&gt; &nbsp; &nbsp; &nbsp;3. I have edited gstwow.c,<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Gst_element_register(..., &quot;wow&quot;,,,);<br>&gt;
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;SGT_PLUGIN_DEFINE( ,, &quot;wow&quot;,,,);<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;(As suggested by<br>&gt; Trimurthulu! See below e-mail)<br>&gt;<br>&gt; &nbsp; &nbsp; &nbsp;1. Edit gst-template/gst-plugin/src/makefile.am to change plugin
<br>&gt; &nbsp; &nbsp; &nbsp; &nbsp; name.<br>&gt; &nbsp; &nbsp; &nbsp;2. run /gst-template/gst-plugin/autogen.sh<br>&gt; &nbsp; &nbsp; &nbsp;3. run /gst-template/gst-plugin/make<br>&gt; &nbsp; &nbsp; &nbsp;4. run /gst-template/gst-plugin/make install<br>&gt;<br>&gt; All the steps are successful and shared object is generated.
<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; WHAT OTHER THINGS DID I CHECK?<br>&gt;<br>&gt; After copying the .so to /usr/lib/gstreamer-0.10/ on Nokia 770 , I set<br>&gt; LD_LIBRARY_PATH=/usr/lib. &nbsp;But gst-inspect is not working.
<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; [Scratchbox-ARM:]&gt; gst-inspect-0.10 wow &nbsp; &nbsp; is not working.<br>&gt;<br>&gt; [Scratchbox-ARM:]&gt; gst-inspect-0.10 fakesrc ! wow ! fakesink &nbsp; is also<br>&gt; not working.
<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Hello Volter,<br>&gt;<br>&gt;<br>&gt;<br>&gt; Please, let me know if you could resolve your plugin registration<br>&gt; issue.<br>&gt;<br>&gt;
<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Thanks and regards,<br>&gt;<br>&gt; Sharath<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; ______________________________________________________________________
<br>&gt; <a href="mailto:From:gstreamer-devel-bounces@lists.sourceforge.net">From:gstreamer-devel-bounces@lists.sourceforge.net</a><br>&gt; [mailto:<a href="mailto:gstreamer-devel-bounces@lists.sourceforge.net">gstreamer-devel-bounces@lists.sourceforge.net
</a>] On Behalf Of<br>&gt; trimurthulu amaradhi<br>&gt; Sent: Tuesday, November 06, 2007 1:25 PM<br>&gt; To: Volter Yen<br>&gt; Cc: <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net
</a><br>&gt; Subject: Re: [gst-devel] why gst-inspect could not inspect my<br>&gt; customizedplugin ?<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Hi,<br>&gt; you have to fill the following to display the any plugin info<br>&gt; GST_ELEMENT_DETAILS{}
<br>&gt; gst_element_register ()<br>&gt;<br>&gt; GST_PLUGIN_DEFINE (GST_VERSION_MAJOR,<br>&gt; &nbsp; &nbsp; GST_VERSION_MINOR,<br>&gt; &nbsp; &nbsp; &quot;pluginname&quot;,<br>&gt; &nbsp; &nbsp; &quot;player name&quot;, plugin_init, VERSION, GST_LICENSE,
<br>&gt; GST_PACKAGE_NAME,<br>&gt; &nbsp; &nbsp; GST_PACKAGE_ORIGIN)<br>&gt;<br>&gt; &nbsp;you just compare with any existing plugin ..<br>&gt;<br>&gt; Regards..<br>&gt;<br>&gt; Trimurthulu<br>&gt;<br>&gt; On 11/6/07, Volter Yen &lt;<a href="mailto:volter619@163.com">
volter619@163.com</a>&gt; wrote:<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Hi all,<br>&gt;<br>&gt;<br>&gt; &nbsp;I have built my sampleplugin based on the gst-template, but when<br>&gt; i use the gst-inspect to check its existance,I got &#39;no entry..&#39; info,
<br>&gt; and I have check the built out &nbsp;files, there are my ourput dir, so I<br>&gt; am vondering where the problem is? please help me.thank you!<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Volter<br>&gt;<br>&gt;<br>
&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; =====================================================<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Happy everyday $ Best Regards!<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>
&gt; <a href="mailto:msn:volter619@163.com">msn:volter619@163.com</a><br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt;<br>&gt; Focus on embed linux software!<br>&gt;<br>&gt;<br>&gt;<br>&gt; -------------------------------------------------------------------------
<br>&gt; This SF.net email is sponsored by: Splunk Inc.<br>&gt; Still grepping through log files to find problems? &nbsp;Stop.<br>&gt; Now Search log events and configuration files using AJAX and a<br>&gt; browser.<br>&gt; Download your FREE copy of Splunk now &gt;&gt; 
<a href="http://get.splunk.com/" target="_blank">http://get.splunk.com/</a><br>&gt; _______________________________________________<br>&gt; gstreamer-devel mailing list<br>&gt; <a href="mailto:gstreamer-devel@lists.sourceforge.net">
gstreamer-devel@lists.sourceforge.net</a><br>&gt; <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>&gt;<br>&gt;<br>
&gt;<br>&gt;<br>&gt; DISCLAIMER:<br>&gt;<br>&gt; This message (including attachment if any) is confidential and may be<br>&gt; privileged. If you have received this message by mistake please notify<br>&gt; the sender by return e-mail and delete this message from your system.
<br>&gt; Any unauthorized use or dissemination of this message in whole or in<br>&gt; part is strictly prohibited.<br>&gt;<br>&gt; E-mail may contain viruses. Before opening attachments please check<br>&gt; them for viruses and defects. While MindTree Consulting Limited
<br>&gt; (MindTree) has put in place checks to minimize the risks, MindTree<br>&gt; will not be responsible for any viruses or defects or any forwarded<br>&gt; attachments emanating either from within MindTree or outside.
<br>&gt;<br>&gt; Please note that e-mails are susceptible to change and MindTree shall<br>&gt; not be liable for any improper, untimely or incomplete transmission.<br>&gt;<br>&gt; MindTree reserves the right to monitor and review the content of all
<br>&gt; messages sent to or from MindTree e-mail address. Messages sent to or<br>&gt; from this e-mail address may be stored on the MindTree e-mail system<br>&gt; or else where.<br>&gt;<br>&gt;<br>&gt; DISCLAIMER:<br>&gt;
<br>&gt; This message (including attachment if any) is confidential and may be<br>&gt; privileged. If you have received this message by mistake please notify<br>&gt; the sender by return e-mail and delete this message from your system.
<br>&gt; Any unauthorized use or dissemination of this message in whole or in<br>&gt; part is strictly prohibited.<br>&gt;<br>&gt; E-mail may contain viruses. Before opening attachments please check<br>&gt; them for viruses and defects. While MindTree Consulting Limited
<br>&gt; (MindTree) has put in place checks to minimize the risks, MindTree<br>&gt; will not be responsible for any viruses or defects or any forwarded<br>&gt; attachments emanating either from within MindTree or outside.
<br>&gt;<br>&gt; Please note that e-mails are susceptible to change and MindTree shall<br>&gt; not be liable for any improper, untimely or incomplete transmission.<br>&gt;<br>&gt; MindTree reserves the right to monitor and review the content of all
<br>&gt; messages sent to or from MindTree e-mail address. Messages sent to or<br>&gt; from this e-mail address may be stored on the MindTree e-mail system<br>&gt; or else where.<br>&gt;<br>&gt; -------------------------------------------------------------------------
<br>&gt; SF.Net email is sponsored by: The Future of Linux Business White Paper<br>&gt; from Novell. &nbsp;From the desktop to the data center, Linux is going<br>&gt; mainstream. &nbsp;Let it simplify your IT future.<br>&gt; <a href="http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4" target="_blank">
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4</a><br>&gt; _______________________________________________ gstreamer-devel mailing<br>list <a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net
</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br><br><br><br>DISCLAIMER:<br>This message (including attachment if any) is confidential and may be privileged. If you have received this message by mistake please notify the sender by return e-mail and delete this message from your system. Any unauthorized use or dissemination of this message in whole or in part is strictly prohibited.
<br>E-mail may contain viruses. Before opening attachments please check them for viruses and defects. While MindTree Consulting Limited (MindTree) has put in place checks to minimize the risks, MindTree will not be responsible for any viruses or defects or any forwarded attachments emanating either from within MindTree or outside.
<br>Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.<br>MindTree reserves the right to monitor and review the content of all messages sent to or from MindTree e-mail address. Messages sent to or from this e-mail address may be stored on the MindTree e-mail system or else where.
<br></div></div><br>-------------------------------------------------------------------------<br>SF.Net email is sponsored by: The Future of Linux Business White Paper<br>from Novell. &nbsp;From the desktop to the data center, Linux is going
<br>mainstream. &nbsp;Let it simplify your IT future.<br><a href="http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4" target="_blank">http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4</a><br>_______________________________________________
<br>gstreamer-devel mailing list<br><a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br><br></blockquote></div><br>