qt: Retain compatibility with Qt 5.9
authorNirbheek Chauhan <nirbheek@centricular.com>
Tue, 25 Jan 2022 09:35:47 +0000 (15:05 +0530)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 25 Jan 2022 09:51:16 +0000 (09:51 +0000)
commit4f7e881fcc2e6df3ce04584cf5edb07b2682891a
tree9a972157af49d324e5925c3b74283e797c8416cb
parent07226f0d17356b4852b9648c3515d78d1cfc6171
qt: Retain compatibility with Qt 5.9

QSharedPointer.get() was added in Qt 5.11, and it does the same thing
as .data()

https://doc.qt.io/qt-5/qsharedpointer.html#get

Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/867

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1565>
subprojects/gst-plugins-good/tests/examples/qt/qmlsink-multisink/videoitem/videoitem.cpp