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 |
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 |
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, -- Tara Sasank Sunkara, _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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 |
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:
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by starasasank
let me explain clearly now, my working directory is /root/tara/gst-template-master/gst-plugin On Tue, Mar 15, 2011 at 12:00 PM, sunkara tara sasank <[hidden email]> wrote:
-- Tara Sasank Sunkara, _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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:
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
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 |
Free forum by Nabble | Edit this page |