After some research and experimentation, I now have my gStreamer software (my app and required libs) building on Ubuntu (ver 22.04) for a x86_64 CPU (using Cmake).
I need to also build (cross-compile) the same application software for an ARM64 (aarch64). How can I setup/download/install the needed gStreamer ARM64 (aarch64) libs on my Ubunto x86_64 build system?
NOTE: I already have the build systems setup for cross-compiling everything except the gStreamer code.