mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
10 lines
208 B
QML
10 lines
208 B
QML
|
// SPDX-FileCopyrightText: Nheko Contributors
|
||
|
//
|
||
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
||
|
|
||
|
import org.freedesktop.gstreamer.Qt6D3D11VideoItem 1.0
|
||
|
|
||
|
GstD3D11Qt6VideoItem {
|
||
|
objectName: "videoCallItem"
|
||
|
}
|