summaryrefslogtreecommitdiff
path: root/pkgconfig
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2015-07-06 23:10:51 +1000
committerMatthew Waters <matthew@centricular.com>2015-07-10 15:25:26 +1000
commit769fffa3d93d89c692a3be6591bac9b610d3acaa (patch)
treeecc0236f5ccbabe2a1eec375e95b9ef6dd36f74d /pkgconfig
parentd533bfddb527012654ece8c6301f6bffa4192c7a (diff)
downloadgstreamer-plugins-bad-769fffa3d93d89c692a3be6591bac9b610d3acaa.tar.gz
new qt5 qml GL video sink
Very much in the same spirit as the Gtk GL sink Two things are provided 1. A QQuickItem subclass that renders out RGBA filled GstGLMemory buffers that is instantiated from qml. 2. A sink element that will push buffers into (1) To use 1. Declare the GstGLVideoItem in qml with an appropriate objectName property set. 2. Get the aforementioned GstGLVideoItem from qml using something like QQmlApplicationEngine engine; engine.load(QUrl(QStringLiteral("qrc:/main.qml"))); QObject *rootObject = engine.rootObjects().first(); QQuickItem *videoItem = rootObject->findChild<QQuickItem *> ("videoItem"); 3. Set the videoItem on the sink https://bugzilla.gnome.org/show_bug.cgi?id=752185
Diffstat (limited to 'pkgconfig')
0 files changed, 0 insertions, 0 deletions