How can I use gstreamer in a c++ program?
I was able to use some of these commands successfully. [url]NVIDIA Jetson TX2 GStreamer Pipelines | Jetson GStreamer pipelines | RidgeRun
But I want to write a c++ program.
I found this tutorial. [url]Basic tutorial 1: Hello world!
But it seems to be in C. Should I just adjust it for c++?
I found gstreamermm which seems to be a c++ wrapper for gstreamer. [url]https://gstreamer.freedesktop.org/data/events/gstreamer-conference/2016/Marcin%20Kolny%20-%20gstreamermm%20-%20C++%20way%20of%20doing%20GStreamer-based%20applications.pdf[/url]
Is this the best option?
Would I have to install gstreamermm from here? [url]http://ftp.gnome.org/pub/gnome/sources/gstreamermm/[/url]