I started building gstreamer by adding following content in local.conf file.
IMAGE_INSTALL_append = "\
gstreamer \
gst-meta-base \
gst-plugins-bad \
gst-fsl-plugin"
It build successfully, but when I execute following command, it is giving "WARNING: erroneous pipeline: no element "aiurdemux"" error.
#gst-launch filesrc location=Avengers.mp4 typefind=true ! aiurdemux ! queue max-size-time=0 ! mfw_vpudecoder ! mfw_v4lsink
I thought the error related to "aiurdemux" may be related to absence of gst-ugly plugins, so I tried building gst-ugly plugins, but build is failing with following error.
----------------------------------------------------------------------------
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'gst-plugins-ugly' (but /home/user/fido/fsl-community-bsp/sources/poky/meta/recipes-core/images/core-image-minimal.bb RDEPENDS on or otherwise requires it)
ERROR: gst-plugins-ugly was skipped: because it has a restricted license not whitelisted in LICENSE_FLAGS_WHITELIST
NOTE: Runtime target 'gst-plugins-ugly' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['gst-plugins-ugly']
ERROR: Required build target 'core-image-minimal' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-minimal', 'gst-plugins-ugly']
---------------------------------------------------------------------------
Can you please help to fix the following error.
WARNING: erroneous pipeline: no element "aiurdemux"