Run gst-inspect-1.0 on device, always found nothing

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

Run gst-inspect-1.0 on device, always found nothing

Psychesnet Hsieh
Hi All,

We run gst-inspect-1.0 on openwrt(arm64), the version is 1.16.2.
The plugin already install in /usr/lib/gstreamer-1.0.
When I run gst-inspect-1.0 always got nothing. Like
staticelements: bin: Generic bin staticelements: pipeline: Pipeline object Total count: 1 plugin, 2 features

The plugin have
root@OpenWrt:~# ls /usr/lib/gstreamer-1.0/
gst-plugin-scanner       libgstaudioparsers.so    libgstdeinterlace.so     libgsticydemux.so        libgstmpg123.so          libgstreplaygain.so      libgstspeex.so           libgstvideotestsrc.so
libgstalaw.so            libgstaudioresample.so   libgstdtmf.so            libgstid3demux.so        libgstmulaw.so           libgstrtp.so             libgsttcp.so             libgstvpx.so
libgstalpha.so           libgstaudiotestsrc.so    libgsteffectv.so         libgstimagefreeze.so     libgstmultifile.so       libgstrtpmanager.so      libgstudp.so             libgstwavenc.so
libgstalphacolor.so      libgstauparse.so         libgstequalizer.so       libgstinterleave.so      libgstmultipart.so       libgstrtsp.so            libgstvideo4linux2.so    libgstwavparse.so
libgstalsa.so            libgstautodetect.so      libgstflac.so            libgstisomp4.so          libgstnavigationtest.so  libgstshapewipe.so       libgstvideobox.so
libgstapetag.so          libgstavi.so             libgstflv.so             libgstjpeg.so            libgstoss4.so            libgstshout2.so          libgstvideocrop.so
libgstapp.so             libgstcoreelements.so    libgstflxdec.so          libgstlame.so            libgstossaudio.so        libgstsmpte.so           libgstvideofilter.so
libgstaudioconvert.so    libgstcutter.so          libgstgoom.so            libgstlevel.so           libgstplayback.so        libgstsoup.so            libgstvideomixer.so
libgstaudiofx.so         libgstdebug.so           libgstgoom2k1.so         libgstmatroska.so        libgstpng.so             libgstspectrum.so        libgstvideoscale.so

I follow the gstreamer's doc and set up  GST_PLUGIN_SYSTEM_PATH/GST_PLUGIN_SYSTEM_PATH_1_0 and GST_PLUGIN_PATH/GST_PLUGIN_PATH_1_0 to /usr/lib/gstreamer-1.0.
Still get nothing. Anyone can help me out? Thanks.

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

Re: Run gst-inspect-1.0 on device, always found nothing

Michael Gruner
Your GStreamer installation might be configured to look somewhere else. What shows when you inspect the bin or the pipeline?

On Jul 20, 2020, at 00:03, Psychesnet Hsieh <[hidden email]> wrote:


Hi All,

We run gst-inspect-1.0 on openwrt(arm64), the version is 1.16.2.
The plugin already install in /usr/lib/gstreamer-1.0.
When I run gst-inspect-1.0 always got nothing. Like
staticelements: bin: Generic bin staticelements: pipeline: Pipeline object Total count: 1 plugin, 2 features

The plugin have
root@OpenWrt:~# ls /usr/lib/gstreamer-1.0/
gst-plugin-scanner       libgstaudioparsers.so    libgstdeinterlace.so     libgsticydemux.so        libgstmpg123.so          libgstreplaygain.so      libgstspeex.so           libgstvideotestsrc.so
libgstalaw.so            libgstaudioresample.so   libgstdtmf.so            libgstid3demux.so        libgstmulaw.so           libgstrtp.so             libgsttcp.so             libgstvpx.so
libgstalpha.so           libgstaudiotestsrc.so    libgsteffectv.so         libgstimagefreeze.so     libgstmultifile.so       libgstrtpmanager.so      libgstudp.so             libgstwavenc.so
libgstalphacolor.so      libgstauparse.so         libgstequalizer.so       libgstinterleave.so      libgstmultipart.so       libgstrtsp.so            libgstvideo4linux2.so    libgstwavparse.so
libgstalsa.so            libgstautodetect.so      libgstflac.so            libgstisomp4.so          libgstnavigationtest.so  libgstshapewipe.so       libgstvideobox.so
libgstapetag.so          libgstavi.so             libgstflv.so             libgstjpeg.so            libgstoss4.so            libgstshout2.so          libgstvideocrop.so
libgstapp.so             libgstcoreelements.so    libgstflxdec.so          libgstlame.so            libgstossaudio.so        libgstsmpte.so           libgstvideofilter.so
libgstaudioconvert.so    libgstcutter.so          libgstgoom.so            libgstlevel.so           libgstplayback.so        libgstsoup.so            libgstvideomixer.so
libgstaudiofx.so         libgstdebug.so           libgstgoom2k1.so         libgstmatroska.so        libgstpng.so             libgstspectrum.so        libgstvideoscale.so

I follow the gstreamer's doc and set up  GST_PLUGIN_SYSTEM_PATH/GST_PLUGIN_SYSTEM_PATH_1_0 and GST_PLUGIN_PATH/GST_PLUGIN_PATH_1_0 to /usr/lib/gstreamer-1.0.
Still get nothing. Anyone can help me out? Thanks.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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

Re: Run gst-inspect-1.0 on device, always found nothing

Psychesnet Hsieh
Hi Michael,

I figure out the problem. The options of configuration is disable registry so gst would not update the plugins. Thanks.

Michael Gruner <[hidden email]> 於 2020年7月20日 週一 下午3:52寫道:
Your GStreamer installation might be configured to look somewhere else. What shows when you inspect the bin or the pipeline?

On Jul 20, 2020, at 00:03, Psychesnet Hsieh <[hidden email]> wrote:


Hi All,

We run gst-inspect-1.0 on openwrt(arm64), the version is 1.16.2.
The plugin already install in /usr/lib/gstreamer-1.0.
When I run gst-inspect-1.0 always got nothing. Like
staticelements: bin: Generic bin staticelements: pipeline: Pipeline object Total count: 1 plugin, 2 features

The plugin have
root@OpenWrt:~# ls /usr/lib/gstreamer-1.0/
gst-plugin-scanner       libgstaudioparsers.so    libgstdeinterlace.so     libgsticydemux.so        libgstmpg123.so          libgstreplaygain.so      libgstspeex.so           libgstvideotestsrc.so
libgstalaw.so            libgstaudioresample.so   libgstdtmf.so            libgstid3demux.so        libgstmulaw.so           libgstrtp.so             libgsttcp.so             libgstvpx.so
libgstalpha.so           libgstaudiotestsrc.so    libgsteffectv.so         libgstimagefreeze.so     libgstmultifile.so       libgstrtpmanager.so      libgstudp.so             libgstwavenc.so
libgstalphacolor.so      libgstauparse.so         libgstequalizer.so       libgstinterleave.so      libgstmultipart.so       libgstrtsp.so            libgstvideo4linux2.so    libgstwavparse.so
libgstalsa.so            libgstautodetect.so      libgstflac.so            libgstisomp4.so          libgstnavigationtest.so  libgstshapewipe.so       libgstvideobox.so
libgstapetag.so          libgstavi.so             libgstflv.so             libgstjpeg.so            libgstoss4.so            libgstshout2.so          libgstvideocrop.so
libgstapp.so             libgstcoreelements.so    libgstflxdec.so          libgstlame.so            libgstossaudio.so        libgstsmpte.so           libgstvideofilter.so
libgstaudioconvert.so    libgstcutter.so          libgstgoom.so            libgstlevel.so           libgstplayback.so        libgstsoup.so            libgstvideomixer.so
libgstaudiofx.so         libgstdebug.so           libgstgoom2k1.so         libgstmatroska.so        libgstpng.so             libgstspectrum.so        libgstvideoscale.so

I follow the gstreamer's doc and set up  GST_PLUGIN_SYSTEM_PATH/GST_PLUGIN_SYSTEM_PATH_1_0 and GST_PLUGIN_PATH/GST_PLUGIN_PATH_1_0 to /usr/lib/gstreamer-1.0.
Still get nothing. Anyone can help me out? Thanks.
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

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