GstPipelineStudio/index.html
2023-09-28 19:06:06 +02:00

53 lines
2.4 KiB
HTML

<html>
< <head>
<title>GstPipelineStudio</title>
<link rel="stylesheet" href="data/css/style.css">
<link rel="icon" href="data/icons/org.freedesktop.dabrain34.GstPipelineStudio.ico">
</head>
<body>
<div class="container">
<h1 id="logo"></h1>
<h1>GstPipelineStudio: Draw your own pipeline ...</h1>
<p><img src="data/screenshots/gps_screenshot.png" alt=""></p>
<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>
<h2>GstPipelineStudio 0.3.4 is out, checkout the <a
href="https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio/-/blob/main/ChangeLog.md?ref_type=heads#anchor-033">
Release Notes</a> !
<br>
<br>
<p>Download:</p>
<ul>
<li><a href="https://flathub.org/apps/org.freedesktop.dabrain34.GstPipelineStudio">Flathub</a></li>
<li><a
href="https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio/uploads/ce4b8443e2d3161eeaed089071cdc402/GstPipelineStudio-0.3.4.msi">Windows
MSI</a>
</li>
<li><a
href="https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio/uploads/5ac641779cfb7e8fffdf9be6a61fba17/GstPipelineStudio-0.3.4.dmg">MacOS</a>
</li>
</ul>
<h2 id="getting-gps">Contributing to GstPipelineStudio</h2>
<p>If you want to get the the code from Gitlab, you can visit this <a
href="https://flathub.org/apps/org.freedesktop.dabrain34.GstPipelineStudio">webpage</a>
and follow the <a
href="https://flathub.org/apps/org.freedesktop.dabrain34.GstPipelineStudio/README.md">README</a>
to build your own version of GstPipelineStudio.
</p>
</h2>
</body>
<footer class="site-footer">
<p>&copy; GstPipelineStudio, 2023</p>
<p><a href="https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio">Website source</a></p>
</footer>
</html>