Hi

May you assist, I am trying to create the "qmlglsink" element using the below code, but I am getting a null pointer back.
This is the same way as on the given example in the gstreamer examples https://github.com/GStreamer/gst-plu...les/qt/qmlsink

GstElement *sink = gst_element_factory_make ("qmlglsink", nullptr);

Not sure what I am doing wrong.