From e820f13b83d86211ac46263cbd6928d8c3179cec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Cerveau?= Date: Mon, 7 Feb 2022 12:09:21 +0100 Subject: [PATCH] version: update to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- TODO.md | 2 ++ meson.build | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 578bf10..4f690b8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "gst_pipeline_studio" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "futures-channel", diff --git a/Cargo.toml b/Cargo.toml index 04afe12..ef95403 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 diff --git a/TODO.md b/TODO.md index 99937cb..cd00976 100644 --- a/TODO.md +++ b/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 diff --git a/meson.build b/meson.build index 2e86ca0..723b9f4 100644 --- a/meson.build +++ b/meson.build @@ -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', ],