mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
45 lines
2 KiB
HTML
45 lines
2 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.2 is out !
|
||
|
<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/9ed4a61b3f4de01555599b6f1f60b9f9/GstPipelineStudio-0.3.2.msi">Windows</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>© GstPipelineStudio, 2023</p>
|
||
|
|
||
|
<p><a href="https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio">Website source</a></p>
|
||
|
</footer>
|
||
|
|
||
|
|
||
|
</html>
|