summary refs log tree commit diff
path: root/resources/qml/voip/VideoCallD3D11.qml
blob: b91722a811ade907f6713372d7cc15f0b273a3fa (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.Qt6D3D11VideoItem 1.0

GstD3D11Qt6VideoItem {
    objectName: "videoCallItem"
}