Hi, currently I’m building an application that will need to handle different types of streams, some of them with H264 and some other with MJPEG, thus I’m trying to build C++ code that generates the adecuate pipeline according to each stream.
My idea is to get the type of stream sent using the gst-discoverer, does anyone know if this feature can be used inside a C++ code ?
So far I’ve only managed to do it through the command line.