gstqmlgl: add multisink test application
authorDmitry Shusharin <pmdvsh@gmail.com>
Fri, 30 Jul 2021 09:32:13 +0000 (16:32 +0700)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Mon, 16 Aug 2021 11:25:58 +0000 (11:25 +0000)
commitb8cb9ae5260124c8e3b4fa4b37b53bcaf81da030
tree398bead64fac10097c6855c8525e8935da4ca7df
parent0bb37c5135f3794ba33d754530ec99b26f93d657
gstqmlgl: add multisink test application

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/merge_requests/1032>
tests/examples/qt/meson.build
tests/examples/qt/qmlsink-multisink/main.cpp [new file with mode: 0644]
tests/examples/qt/qmlsink-multisink/main.qml [new file with mode: 0644]
tests/examples/qt/qmlsink-multisink/meson.build [new file with mode: 0644]
tests/examples/qt/qmlsink-multisink/qmlsink-multi.qrc [new file with mode: 0644]
tests/examples/qt/qmlsink-multisink/videoitem/VideoItem.qml [new file with mode: 0644]
tests/examples/qt/qmlsink-multisink/videoitem/videoitem.cpp [new file with mode: 0644]
tests/examples/qt/qmlsink-multisink/videoitem/videoitem.h [new file with mode: 0644]