I'm learning about gstreamer. The tutorials here are great. However, I couldn't find how to do something as simple as making it read an RGB buffer from memory.
How do I insert an RGB buffer consumer into the pipeline? This would be useful for integrating USB cameras. Many have SDKs that decode to RGB buffers but then additional work needs to be done to integrate it into gstreamer.