Element compiled for arm architecture not registering

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

Element compiled for arm architecture not registering

starasasank

Hii,

I have made a basic element using template master, made changes in the
autogen.sh to compile it for arm achitecture. Done Make and make install and
I can see the libraries being created and added.  The problem is that, the
element is not getting registered. Can somebody explain what is the reason
do I have to do something more when it for ARM.
Thanks in advance,
- Tara

_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Element compiled for arm architecture not registering

Aki Suihkonen
Hi,

Two possibilities come to my mind;
a) they are installed in /usr/local/lib/gstreamer0.10/
and this is not the default path (the lib could be copied around,
or gstreamer could be invoked with
--gst-plugin-path=/usr/local/lib/gstreamer0.10/ )

b) The plugin contains a symbol that cannot be linked
(e.g. in math library, or future gstreamer version)

Br,
Aki

> Hii,
> I have made a basic element using template master, made changes in the
> autogen.sh to compile it for arm achitecture. Done Make and make install
> and
> I can see the libraries being created and added.  The problem is that, the
> element is not getting registered. Can somebody explain what is the reason
> do I have to do something more when it for ARM.
> Thanks in advance,
> - Tara
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Element compiled for arm architecture not registering

starasasank
Aki,
it is still not working,
This is the msg when i try with --gst-plugin-path::
 
 GStreamer-WARNING **: Failed to load plugin ' PATH /gstreamer-0.10/libgstplugin.so': PATH/libgstplugin.so: cannot open shared object file: No such file or directory


On Tue, Mar 15, 2011 at 11:32 AM, Aki Suihkonen <[hidden email]> wrote:
Hi,

Two possibilities come to my mind;
a) they are installed in /usr/local/lib/gstreamer0.10/
and this is not the default path (the lib could be copied around,
or gstreamer could be invoked with
--gst-plugin-path=/usr/local/lib/gstreamer0.10/ )

b) The plugin contains a symbol that cannot be linked
(e.g. in math library, or future gstreamer version)

Br,
Aki

> Hii,
> I have made a basic element using template master, made changes in the
> autogen.sh to compile it for arm achitecture. Done Make and make install
> and
> I can see the libraries being created and added.  The problem is that, the
> element is not getting registered. Can somebody explain what is the reason
> do I have to do something more when it for ARM.
> Thanks in advance,
> - Tara
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



--
Tara Sasank Sunkara,



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Element compiled for arm architecture not registering

starasasank
In reply to this post by Aki Suihkonen
Aki,
it is still not working,
This is the msg when i try with --gst-plugin-path::
 
 GStreamer-WARNING **: Failed to load plugin ' PATH /gstreamer-0.10/libgstplugin.so': PATH/libgstplugin.so: cannot open shared object file: No such file or directory.

I am new to use this forum..plz dont mind if I post it twice or sometimes in a wrong way.

-Tara
Reply | Threaded
Open this post in threaded view
|

Re: Element compiled for arm architecture not registering

ak.ashwini
In reply to this post by starasasank
Hi,
 
You can try "export GST_PLUGIN_PATH="your path to the plugin dir"
 
and then Run.
 
Ashwini

On Tue, Mar 15, 2011 at 12:00 PM, sunkara tara sasank <[hidden email]> wrote:
Aki,
it is still not working,
This is the msg when i try with --gst-plugin-path::
 
 GStreamer-WARNING **: Failed to load plugin ' PATH /gstreamer-0.10/libgstplugin.so': PATH/libgstplugin.so: cannot open shared object file: No such file or directory


On Tue, Mar 15, 2011 at 11:32 AM, Aki Suihkonen <[hidden email]> wrote:
Hi,

Two possibilities come to my mind;
a) they are installed in /usr/local/lib/gstreamer0.10/
and this is not the default path (the lib could be copied around,
or gstreamer could be invoked with
--gst-plugin-path=/usr/local/lib/gstreamer0.10/ )

b) The plugin contains a symbol that cannot be linked
(e.g. in math library, or future gstreamer version)

Br,
Aki

> Hii,
> I have made a basic element using template master, made changes in the
> autogen.sh to compile it for arm achitecture. Done Make and make install
> and
> I can see the libraries being created and added.  The problem is that, the
> element is not getting registered. Can somebody explain what is the reason
> do I have to do something more when it for ARM.
> Thanks in advance,
> - Tara
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



--
Tara Sasank Sunkara,



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Element compiled for arm architecture not registering

starasasank
In reply to this post by starasasank

let me explain clearly now,
 
I have created plugin using make element and compiled it for ARM architecture,
after make install
 
 Libraries have been installed in:
   /opt/arm_v7_vfp_le/target/lib/gstreamer-0.10

my working directory is /root/tara/gst-template-master/gst-plugin
GST_PLUGIN_PATH=/root/tara/gst-template-master/gst-plugin/src
PKG_CONFIG_PATH=/opt/arm_v7_vfp_le/target/lib/pkgconfig/
 
now how should I proceed to check for my element
 
-Tara

On Tue, Mar 15, 2011 at 12:00 PM, sunkara tara sasank <[hidden email]> wrote:
Aki,
it is still not working,
This is the msg when i try with --gst-plugin-path::
 
 GStreamer-WARNING **: Failed to load plugin ' PATH /gstreamer-0.10/libgstplugin.so': PATH/libgstplugin.so: cannot open shared object file: No such file or directory


On Tue, Mar 15, 2011 at 11:32 AM, Aki Suihkonen <[hidden email]> wrote:
Hi,

Two possibilities come to my mind;
a) they are installed in /usr/local/lib/gstreamer0.10/
and this is not the default path (the lib could be copied around,
or gstreamer could be invoked with
--gst-plugin-path=/usr/local/lib/gstreamer0.10/ )

b) The plugin contains a symbol that cannot be linked
(e.g. in math library, or future gstreamer version)

Br,
Aki

> Hii,
> I have made a basic element using template master, made changes in the
> autogen.sh to compile it for arm achitecture. Done Make and make install
> and
> I can see the libraries being created and added.  The problem is that, the
> element is not getting registered. Can somebody explain what is the reason
> do I have to do something more when it for ARM.
> Thanks in advance,
> - Tara
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



--
Tara Sasank Sunkara,





--
Tara Sasank Sunkara,



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Element compiled for arm architecture not registering

ak.ashwini
Hi,
I think your plugin path should be  GST_PLUGIN_PATH=/opt/arm_v7_vfp_le/target/lib/gstreamer-0.10
 
-Ashwini

On Tue, Mar 15, 2011 at 12:46 PM, sunkara tara sasank <[hidden email]> wrote:

let me explain clearly now,
 
I have created plugin using make element and compiled it for ARM architecture,
after make install
 
 Libraries have been installed in:
   /opt/arm_v7_vfp_le/target/lib/gstreamer-0.10

my working directory is /root/tara/gst-template-master/gst-plugin
GST_PLUGIN_PATH=/root/tara/gst-template-master/gst-plugin/src
PKG_CONFIG_PATH=/opt/arm_v7_vfp_le/target/lib/pkgconfig/
 
now how should I proceed to check for my element
 
-Tara

On Tue, Mar 15, 2011 at 12:00 PM, sunkara tara sasank <[hidden email]> wrote:
Aki,
it is still not working,
This is the msg when i try with --gst-plugin-path::
 
 GStreamer-WARNING **: Failed to load plugin ' PATH /gstreamer-0.10/libgstplugin.so': PATH/libgstplugin.so: cannot open shared object file: No such file or directory


On Tue, Mar 15, 2011 at 11:32 AM, Aki Suihkonen <[hidden email]> wrote:
Hi,

Two possibilities come to my mind;
a) they are installed in /usr/local/lib/gstreamer0.10/
and this is not the default path (the lib could be copied around,
or gstreamer could be invoked with
--gst-plugin-path=/usr/local/lib/gstreamer0.10/ )

b) The plugin contains a symbol that cannot be linked
(e.g. in math library, or future gstreamer version)

Br,
Aki

> Hii,
> I have made a basic element using template master, made changes in the
> autogen.sh to compile it for arm achitecture. Done Make and make install
> and
> I can see the libraries being created and added.  The problem is that, the
> element is not getting registered. Can somebody explain what is the reason
> do I have to do something more when it for ARM.
> Thanks in advance,
> - Tara
> _______________________________________________
> gstreamer-devel mailing list
> [hidden email]
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



--
Tara Sasank Sunkara,





--
Tara Sasank Sunkara,



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Element compiled for arm architecture not registering

Tim-Philipp Müller-2
In reply to this post by starasasank
On Tue, 2011-03-15 at 12:00 +0530, sunkara tara sasank wrote:

> it is still not working,
> This is the msg when i try with --gst-plugin-path::
>  
>  GStreamer-WARNING **: Failed to load plugin '
> PATH /gstreamer-0.10/libgstplugin.so': PATH/libgstplugin.so: cannot
> open shared object file: No such file or directory

Look at the error message. There is clearly something wrong with your
environment variables, which contain 'PATH ' (with a space even) and
'PATH' literally...

Cheers
 -Tim



_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel