How to install a plugin on GStreamer
Damien Picard
picard.damien at gmail.com
Wed Mar 15 08:08:45 UTC 2017
Ok, sorry for the disturbance ; I got it :
export GST_PLUGIN_PATH=/home/pi/gst-omx/gst-omx-1.10.4/
export LD_LIBRAY_PATH=/usr/local/lib/gstreamer-1.0/
And it works :
root at rpi3-stretch:/home/pi/gst-omx/gst-omx-1.10.4# gst-inspect-1.0 | grep
omx
omx: omxmpeg2videodec: OpenMAX MPEG2 Video Decoder
omx: omxmpeg4videodec: OpenMAX MPEG4 Video Decoder
omx: omxh263dec: OpenMAX H.263 Video Decoder
omx: omxh264dec: OpenMAX H.264 Video Decoder
omx: omxtheoradec: OpenMAX Theora Video Decoder
omx: omxvp8dec: OpenMAX VP8 Video Decoder
omx: omxmjpegdec: OpenMAX MJPEG Video Decoder
omx: omxvc1dec: OpenMAX WMV Video Decoder
omx: omxh264enc: OpenMAX H.264 Video Encoder
omx: omxanalogaudiosink: OpenMAX Analog Audio Sink
omx: omxhdmiaudiosink: OpenMAX HDMI Audio Sink
libav: avenc_h264_omx: libav OpenMAX IL H.264 video encoder encoder
I suppose that if I want to use a gstomx.conf file, I have to put it on
GST_PLUGIN_PATH. I will verify it by now.
2017-03-15 8:53 GMT+01:00 Damien Picard <picard.damien at gmail.com>:
> Hi !
>
> I'm trying to use GStreamer 1.10.4 on Debian Stretch (armhf/RaspberryPi).
> I install it using apt and it works fine.
> Now, I try to add gst-omx 1.10.4 to use the raspberry GPU to do the h264
> encoding. So I download the gst-omx gst-omx-1.10.4.tar.xz archive from
> gstreamer, and I configure/compile it using :
>
>
> ./autogen.sh --with-omx-header-path=/opt/vc/include/IL
> --with-omx-target=rpi
> make
> make install
>
> it installs the libgstomx.o in /usr/local/lib/gstreamer-1.0
>
> But, even if I install it, I can't see it with gst-inspect-1.0. How can I
> "declare" this lib to gstreamer ?
>
> Thank you in advance.
>
> --
> Damien Picard
> Expert GWT
> <http://www.editions-eni.fr/livres/gwt-google-web-toolkit-developpez-des-applications-internet-riches-ria-en-java/.97a1a26e7d5be94763fc45ac2a1e961a.html>
> Mob : 06 11 51 47 78
>
--
Damien Picard
Expert GWT
<http://www.editions-eni.fr/livres/gwt-google-web-toolkit-developpez-des-applications-internet-riches-ria-en-java/.97a1a26e7d5be94763fc45ac2a1e961a.html>
Mob : 06 11 51 47 78
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20170315/bb00d808/attachment.html>
More information about the gstreamer-devel
mailing list