On Mon, Aug 15, 2016 at 5:12 PM, Ali Ismail <[email protected]> wrote: > > I want to include gstreamer into the image build in yocto. I added > gstreamer1.0-plugins-imx to my local.conf file and have been able to > successfully install it. The only confusion I have now is when I do the > following command provided in the Linux User's Guide: >
I think you should have already figured it out, but... There are 2 gstreamer plugin set: gstreamer1.0-plugins-imx and imx-gst1.0-plugin Take a look in the packagegroups so you can understand which one is being installed. And, read the README of gstreamer1.0-plugins-imx to understand which plugins it brings https://github.com/Freescale/gstreamer-imx/blob/master/README.md Daiane > > > gst-launch-1.0 imxv4l2src ! imxv4l2sink > > > > imxv4l2src is not recognized. I ran a gst-inspect-1.0 on imxv4l2src and it > fails to find it, however, it finds v4l2src just fine. Is this ok or does it > have to be imxv4l2src? > > > > Thanks! > > > > > > ali ismail > engineer ii > > > > P 720.257.7128 > > 10875 dover street, unit 200 > westminster, colorado 80021 > www.syncroness.com > > > > > > > ________________________________ > > CONFIDENTIALITY NOTICE: This email transmission, and any documents, files or > previous e-mail messages attached to it may contain confidential information > that is legally privileged. If you are not the intended recipient, or a > person responsible for delivering it to the intended recipient, you are > hereby notified that any disclosure, copying, distribution or use of any of > the information contained in or attached to this transmission is STRICTLY > PROHIBITED. If you have received this transmission in error, please > immediately notify the sender. Please destroy the original transmission and > its attachments without reading or saving in any manner. > > -- > _______________________________________________ > meta-freescale mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-freescale > -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
