summary refs log tree commit diff
path: root/resources/qml/voip/VideoCall.qml
blob: 0e98a3ba68e5c42f26e14d2363517863899856b2 (plain) (blame)
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: Nheko Contributors
//
// SPDX-License-Identifier: GPL-3.0-or-later

import org.freedesktop.gstreamer.Qt6GLVideoItem 1.0

GstGLQt6VideoItem {
    objectName: "videoCallItem"
}