Attempting to run "cheese" as part of the "gumstix-xfce-image" fails with the message "One or more needed GSTREAMER elements are missing: vorbisenc."
I am following the Gumstix build instructions at
https://github.com/gumstix/yocto-manifest to create the "gumstix-xfce-image" and added the "cheese" module to the "IMAGE_INSTALL" package list in the "gumstix-xfce-image.bb" file. The system builds and boots properly and cheese appears in the Applications-> Multimedia menu. Executing cheese from the command line with the -v option shows the version to be Cheese 2.30.1 but gives no other debugging information.
The build manifest shows "gst-plugins-base-vorbis" and "libvorbis".
What is required to get the cheese package to execute?