2023-02-21 23:48:49 +01:00
|
|
|
// SPDX-FileCopyrightText: Nheko Contributors
|
2021-03-07 05:57:56 +01:00
|
|
|
//
|
2021-03-05 00:35:15 +01:00
|
|
|
// SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
|
2023-11-02 00:38:13 +01:00
|
|
|
import org.freedesktop.gstreamer.Qt6GLVideoItem 1.0
|
2020-10-27 18:14:06 +01:00
|
|
|
|
2023-11-02 00:38:13 +01:00
|
|
|
GstGLQt6VideoItem {
|
2020-11-15 04:52:49 +01:00
|
|
|
objectName: "videoCallItem"
|
2020-10-27 18:14:06 +01:00
|
|
|
}
|