mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-02-06 13:52:28 +00:00
version: 0.3.3
This commit is contained in:
parent
aa551db066
commit
970103ddee
6 changed files with 15 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gst_pipeline_studio"
|
name = "gst_pipeline_studio"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.70.0"
|
rust-version = "1.70.0"
|
||||||
|
|
||||||
|
|
|
@ -104,3 +104,10 @@
|
||||||
## 0.3.2
|
## 0.3.2
|
||||||
### app
|
### app
|
||||||
- [x] check that element exists before creating it on file load.
|
- [x] check that element exists before creating it on file load.
|
||||||
|
|
||||||
|
## 0.3.3
|
||||||
|
|
||||||
|
### app
|
||||||
|
- [x] Fix MacOs GTK runtime depedencies
|
||||||
|
- [x] Fix the maximize call with MacOS
|
||||||
|
- [x] Fix the default size at GTK save/load state
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
0.3.2
|
0.3.3
|
|
@ -13,7 +13,9 @@
|
||||||
<p>GstPipelineStudio aims to provide a graphical user interface to the GStreamer framework. From a first
|
<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
|
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>
|
friendly interface to add elements to a pipeline and debug it.</p>
|
||||||
<h2>GstPipelineStudio 0.3.2 is out !
|
<h2>GstPipelineStudio 0.3.3 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>
|
||||||
<br>
|
<br>
|
||||||
<p>Download:</p>
|
<p>Download:</p>
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('gst_pipeline_studio',
|
project('gst_pipeline_studio',
|
||||||
version: '0.3.2',
|
version: '0.3.3',
|
||||||
meson_version: '>= 0.63.0',
|
meson_version: '>= 0.63.0',
|
||||||
default_options: [ 'warning_level=2',
|
default_options: [ 'warning_level=2',
|
||||||
],
|
],
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
- meson.build
|
- meson.build
|
||||||
- cargo.toml
|
- cargo.toml
|
||||||
- VERSION
|
- VERSION
|
||||||
|
- index.html
|
||||||
|
|
||||||
- create a tag on gitlab
|
- create a tag on gitlab
|
||||||
- Fetch the package from the `linux release` job or you can make it manually with:
|
- Fetch the package from the `linux release` job or you can make it manually with:
|
||||||
|
|
Loading…
Reference in a new issue