On Thu, Nov 21, 2013 at 1:25 AM, Joshua Kurland <[email protected]> wrote: > If you have some time today, could you answer one last question? How do I > include 1.x into my build? I switched repos from Dora to Master and added > these packages: > gstreamer1.0 > gstreamer1.0-plugins-base > gstreamer1.0-plugins-good > > I am able to confirm that all three have been added to my project, but > gst-inspect-1.0 only shows me gst-core has actually been installed.
The plugins are split out into a separate package for each plugin. To get all the plugins you need to include the -meta packages (eg gstreamer1.0-plugins-base-meta). The base packages only include the files that are common to all plugins, which is likely none. > Plus I > don't think this includes anything from the gstreamer-imx repo. If you > could give some basic instructions I would greatly appreciate it. I've attached a recipe for gstreamer-imx that I used for testing. I only tested the vpu plugin with this recipe. It's probably a bit rough still, but should be okay as a starting point. The SRCREV might be old too.
gstreamer1.0-imx_git.bb
Description: Binary data
_______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
