mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-11-21 16:41:03 +00:00
version: update to 0.2.1
This commit is contained in:
parent
402ac1f40f
commit
e820f13b83
4 changed files with 5 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -502,7 +502,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gst_pipeline_studio"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"futures-channel",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gst_pipeline_studio"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
|
2
TODO.md
2
TODO.md
|
@ -67,6 +67,8 @@
|
|||
### app
|
||||
|
||||
- [x] Can set pad properties to be used during the pipeline generation. See videomixer_alpha.xml
|
||||
- [x] Support gtk4paintablesink with playin
|
||||
- [x] Display a pipeline properties dialog (list elements)
|
||||
|
||||
## TODO
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
project('gst_pipeline_studio',
|
||||
version: '0.2.0',
|
||||
version: '0.2.1',
|
||||
meson_version: '>= 0.50.0',
|
||||
default_options: [ 'warning_level=2',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue