QGCVideoBackground.qml 682 Bytes
Newer Older
1 2
/****************************************************************************
 *
3
 * (c) 2009-2020 QGROUNDCONTROL PROJECT <http://www.qgroundcontrol.org>
4 5 6 7 8
 *
 * QGroundControl is licensed according to the terms in the file
 * COPYING.md in the root of the source code directory.
 *
 ****************************************************************************/
Gus Grubba's avatar
Gus Grubba committed
9 10 11 12 13


/**
 * @file
 *   @brief QGC Video Background
14
 *   @author Gus Grubba <gus@auterion.com>
Gus Grubba's avatar
Gus Grubba committed
15 16
 */

17 18 19
import QtQuick                                  2.11
import QtQuick.Controls                         2.4
import org.freedesktop.gstreamer.GLVideoItem    1.0
Gus Grubba's avatar
Gus Grubba committed
20

21
GstGLVideoItem {
Gus Grubba's avatar
Gus Grubba committed
22 23 24
    id: videoBackground
    property var receiver
}