gstreamer not recognizing new plugin

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

gstreamer not recognizing new plugin

Nikhil Raveendranathan

Hello all,

 

My gstreamer plugin is getting built fine on my host pc and scratchbox. In both, I am able to use gst-inspect and gst-launch without any trouble. But when I copy the same .so to N800, it is not getting recognized properly. In fact I am getting this error:

 

GLIB WARNING ** GStreamer - Failed to load plugin: Opening module failed: /usr/lib/gstreamer-0.10/libgstviddec.so: undefined symbol: gst_type_register_static_full

 

Does anyone know why does this happen? What can I do about it?

 

Thanks and regards,

Nikhil

 

DISCLAIMER:

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.

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.

Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.

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.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer not recognizing new plugin

Edgard Lima

be sure that you have

1- scratch box compiling to ARM (not x86)
2- the same GStreamer version on scratchbox and N800

BR,
Edgard

ext Nikhil Raveendranathan wrote:

> Hello all,
>
>  
>
> My gstreamer plugin is getting built fine on my host pc and scratchbox. In
> both, I am able to use gst-inspect and gst-launch without any trouble. But
> when I copy the same .so to N800, it is not getting recognized properly. In
> fact I am getting this error:
>
>  
>
> GLIB WARNING ** GStreamer - Failed to load plugin: Opening module failed:
> /usr/lib/gstreamer-0.10/libgstviddec.so: undefined symbol:
> gst_type_register_static_full
>
>  
>
> Does anyone know why does this happen? What can I do about it?
>
>  
>
> Thanks and regards,
>
> Nikhil
>
>  
>
>
>
> DISCLAIMER:
> 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.
> 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.
> Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.
> 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.
>
>
>
> ------------------------------------------------------------------------
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer not recognizing new plugin

Nikhil Raveendranathan
In reply to this post by Nikhil Raveendranathan

The version is 0.10 for both scratchbox and n800, but I believe minor version is different.

I am able to compile other programs and run on the device, which confirms that scratchbox settings are alright. Does any one have a clue to what could be the problem here, which is preventing gstreamer from recognizing my plugin?

 

Nikhil Raveendranathan| Engineer, R & D Services| MindTree Consulting Ltd. |West Campus, Phase-2, Global Village, RVCE Post, Mysore Road, Bangalore-560 059, INDIA |Voice +91 80 26264000 Extn: 66760 / Fax +91 80 26264100 | Mob : 9886044872 | email: [hidden email]|[hidden email] |

 

DISCLAIMER:

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.

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.

Please note that e-mails are susceptible to change and MindTree shall not be liable for any improper, untimely or incomplete transmission.

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.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: gstreamer not recognizing new plugin

Felipe Contreras
In reply to this post by Nikhil Raveendranathan
On Jan 24, 2008 6:51 AM, Nikhil Raveendranathan
<[hidden email]> wrote:

>
>
>
>
> Hello all,
>
>
>
> My gstreamer plugin is getting built fine on my host pc and scratchbox. In
> both, I am able to use gst-inspect and gst-launch without any trouble. But
> when I copy the same .so to N800, it is not getting recognized properly. In
> fact I am getting this error:
>
>
>
> GLIB WARNING ** GStreamer - Failed to load plugin: Opening module failed:
> /usr/lib/gstreamer-0.10/libgstviddec.so: undefined symbol:
> gst_type_register_static_full

Perhaps you should use g_type_register_static instead. I'm not sure if
GstUtils are provided in the device. Perhaps it is and you are not
linking to it properly.

Best regards.

--
Felipe Contreras

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel