How to cross-compile GStreamer for embedded systems
Cross-compiling GStreamer can be worthwhile when working on embedded systems, especially if you need to compile it multiple times. That was the case of our work with NVIDIA Jetson TX2 for an internal project, and that’s why we decided to share our findings with everyone interested in this process.
In this guide, we’ll walk you through the process of cross-compiling GStreamer, …