test/qml: add an dynamically adding qmlglsink element
authorMatthew Waters <matthew@centricular.com>
Tue, 4 Feb 2020 08:43:52 +0000 (19:43 +1100)
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Wed, 18 Mar 2020 11:22:39 +0000 (11:22 +0000)
commit73cd4477af279ded0aa3f91bfdcbf9a9b59a6c08
tree941b7c171c0e46954bf6b16d72360f7d7faaf0c4
parenta1f53b4f46974b70a83d54700178e45efe123e7e
test/qml: add an dynamically adding qmlglsink element

The example shows how to add qmlglsink to an already running pipeline
with pre-existing OpenGL elements.
tests/examples/qt/meson.build
tests/examples/qt/qmlsink-dynamically-added/.gitignore [new file with mode: 0644]
tests/examples/qt/qmlsink-dynamically-added/main.cpp [new file with mode: 0644]
tests/examples/qt/qmlsink-dynamically-added/main.qml [new file with mode: 0644]
tests/examples/qt/qmlsink-dynamically-added/meson.build [new file with mode: 0644]
tests/examples/qt/qmlsink-dynamically-added/play.pro [new file with mode: 0644]
tests/examples/qt/qmlsink-dynamically-added/qmlsink.qrc [new file with mode: 0644]