GStreamer multimedia framework
Go to file
Carlos Rafael Giani d9a294ac9f qmlglsink: Add itemInitialized signal to QML item
This is useful for autoplay for example. With autoplay, it is necessary to
wait until the scene graph is fully set up. This signal is emitted once the
QML item node is ready. So, inside a connected slot, the pipeline's state
can be set to PLAYING to automatically start playback as soon as the QML
script is loaded.

https://bugzilla.gnome.org/show_bug.cgi?id=786246
2017-08-14 14:51:43 +03:00
ext/qt qmlglsink: Add itemInitialized signal to QML item 2017-08-14 14:51:43 +03:00
tests/examples/qt qmlsink example: Add CMakeLists.txt 2017-06-22 01:01:40 +10:00