mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-22 09:00:59 +00:00
8fa825f070
Add: - new icons and installation procedure - desktop file - appdata - po files
61 lines
3.4 KiB
XML
61 lines
3.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Copyright 2019 Guillaume Desmottes 2019 <guillaume@desmottes.be -->
|
|
<component type="desktop-application">
|
|
<id>@app-id@</id>
|
|
<metadata_license>CC0</metadata_license>
|
|
<project_license>GPL-3.0+</project_license>
|
|
<name>GstPipelineStudio</name>
|
|
<summary>Draw your own GStreamer pipeline...</summary>
|
|
<description>
|
|
<p>GstPipelineStudio aims to provide a graphical user interface to the GStreamer framework. From a first step in the framework with a simple pipeline to a complex pipeline debugging, the tool provides a friendly interface to add elements to a pipeline and debug it.</p>
|
|
</description>
|
|
<screenshots>
|
|
<screenshot type="default">
|
|
<image>https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio/-/blob/dab_infra_update/data/screenshots/gps_screenshot.png</image>
|
|
<caption>Player rendering video</caption>
|
|
</screenshot>
|
|
</screenshots>
|
|
<url type="homepage">https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio</url>
|
|
<url type="bugtracker">https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio/issues</url>
|
|
<categories>
|
|
<category>Audio</category>
|
|
<category>Video</category>
|
|
<category>Development</category>
|
|
</categories>
|
|
<developer_name>Stéphane Cerveau</developer_name>
|
|
<update_contact>scerveau@collabora.com</update_contact>
|
|
<translation type="gettext">@gettext-package@</translation>
|
|
<launchable type="desktop-id">@app-id@.desktop</launchable>
|
|
<releases>
|
|
<release version="0.1.0" date="2022-01-11"/>
|
|
</releases>
|
|
<content_rating type="oars-1.1">
|
|
<content_attribute id="violence-cartoon">none</content_attribute>
|
|
<content_attribute id="violence-fantasy">none</content_attribute>
|
|
<content_attribute id="violence-realistic">none</content_attribute>
|
|
<content_attribute id="violence-bloodshed">none</content_attribute>
|
|
<content_attribute id="violence-sexual">none</content_attribute>
|
|
<content_attribute id="violence-desecration">none</content_attribute>
|
|
<content_attribute id="violence-slavery">none</content_attribute>
|
|
<content_attribute id="violence-worship">none</content_attribute>
|
|
<content_attribute id="drugs-alcohol">none</content_attribute>
|
|
<content_attribute id="drugs-narcotics">none</content_attribute>
|
|
<content_attribute id="drugs-tobacco">none</content_attribute>
|
|
<content_attribute id="sex-nudity">none</content_attribute>
|
|
<content_attribute id="sex-themes">none</content_attribute>
|
|
<content_attribute id="sex-homosexuality">none</content_attribute>
|
|
<content_attribute id="sex-prostitution">none</content_attribute>
|
|
<content_attribute id="sex-adultery">none</content_attribute>
|
|
<content_attribute id="sex-appearance">none</content_attribute>
|
|
<content_attribute id="language-profanity">none</content_attribute>
|
|
<content_attribute id="language-humor">none</content_attribute>
|
|
<content_attribute id="language-discrimination">none</content_attribute>
|
|
<content_attribute id="social-chat">none</content_attribute>
|
|
<content_attribute id="social-info">none</content_attribute>
|
|
<content_attribute id="social-audio">none</content_attribute>
|
|
<content_attribute id="social-location">none</content_attribute>
|
|
<content_attribute id="social-contacts">none</content_attribute>
|
|
<content_attribute id="money-purchasing">none</content_attribute>
|
|
<content_attribute id="money-gambling">none</content_attribute>
|
|
</content_rating>
|
|
</component>
|