nheko/resources/qml/voip/VideoCall.qml

13 lines
322 B
QML
Raw Normal View History

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