gstreamer/tests
Matthew Waters 769fffa3d9 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
2015-07-10 15:25:26 +10:00
..
check gtk: add to the generic/states test 2015-07-09 16:40:19 +10:00
examples new qt5 qml GL video sink 2015-07-10 15:25:26 +10:00
files tests: files: adds missing file from previous commit 2014-07-28 16:55:15 -03:00
icles examples: move vp8 parser test to codecparser example directory 2015-06-21 11:51:38 +01:00
Makefile.am tests: add very simple zbar unit test 2010-11-05 00:23:45 +00:00