gstreamer/tests/examples
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
..
avsamplesink applemedia: new AVSampleBufferLayerSink 2015-02-24 19:12:10 +11:00
camerabin2 examples: gst-camerabin2-test: protect from division by zero 2015-06-03 14:58:13 +01:00
codecparsers examples: move vp8 parser test to codecparser example directory 2015-06-21 11:51:38 +01:00
directfb examples: port directfb example to 1.0 2013-08-29 20:13:48 +01:00
gl 3dvideo: Add simple gtk example stereoscopic video player 2015-06-19 01:49:33 +10:00
gtk gstgtk: No need to realize the widget 2015-06-11 12:41:49 -04:00
mpegts examples: Add CAT section and CA descriptor support 2014-07-11 08:32:07 +02:00
mxf mxf-example: don't quit on Warning 2015-02-21 18:56:23 +00:00
opencv examples: motioncells: remove GPL3 code we don't need 2015-04-25 13:44:01 +01:00
qt/qml new qt5 qml GL video sink 2015-07-10 15:25:26 +10:00
uvch264 uvch264 test: Use string instead of fourcc in glade caps 2013-02-11 22:05:00 +01:00
Makefile.am examples: add small jpeg codecparser test 2015-06-21 11:34:39 +01:00
playout.c examples: playout: Add better help text 2015-06-12 21:15:03 +01:00