matrixion/resources/qml/voip/VideoCall.qml

11 lines
215 B
QML
Raw Normal View History

// SPDX-FileCopyrightText: Nheko Contributors
//
2021-03-05 02:35:15 +03:00
// SPDX-License-Identifier: GPL-3.0-or-later
import QtQuick 2.9
2020-10-27 20:14:06 +03:00
import org.freedesktop.gstreamer.GLVideoItem 1.0
GstGLVideoItem {
2020-11-15 06:52:49 +03:00
objectName: "videoCallItem"
2020-10-27 20:14:06 +03:00
}