qt: use .data() instead of .get()
According to the documentation: https://doc.qt.io/qt-5/qsharedpointer.html#get
The get
function is the same as the data
function.
I'm only able to compile the gst-build
project with the data
function on my Ubuntu 18.04.
Edited by Matthew Waters