Files
guru/media-plugins/gst-plugins-qt5/metadata.xml
2023-04-01 15:19:36 +02:00

24 lines
791 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
<longdescription lang="en">
GStreamer plugin for the Qt Qml elements
Includes the following elements:
* qmlgloverlay A filter that renders a QML scene onto a video stream
* qmlglsink A video sink that renders to a QQuickItem
* qmlglsrc A video src that captures a window from a QML view
</longdescription>
<use>
<flag name="egl">Enable EGL support.</flag>
</use>
<upstream>
<remote-id type="freedesktop-gitlab">gstreamer/gstreamer</remote-id>
<!-- plugin is in subprojects/gst-plugins-good/ext/qt -->
</upstream>
</pkgmetadata>