Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-04-15 21:39:50 +0300
committerMathieu Duponchelle <mathieu@centricular.com>2020-04-15 21:39:50 +0300
commit2d6a220c006a2a46502d35f6529f2fdb7e4e860a (patch)
tree148016a4c2c648ed7d22079e3e5e774807e079db /audio
parentadfc25b123cc694b92fd24f6ee617461ad2ade8e (diff)
Update all versions to 0.6.0
Diffstat (limited to 'audio')
-rw-r--r--audio/claxon/Cargo.toml2
-rw-r--r--audio/csound/Cargo.toml2
-rw-r--r--audio/transcribe/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml
index 190d3437f..c0443785d 100644
--- a/audio/claxon/Cargo.toml
+++ b/audio/claxon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-claxon"
-version = "0.1.0"
+version = "0.6.0"
authors = ["Ruben Gonzalez <rgonzalez@fluendo.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "MIT/Apache-2.0"
diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml
index ed6762289..4fe241002 100644
--- a/audio/csound/Cargo.toml
+++ b/audio/csound/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-csound"
-version = "0.1.0"
+version = "0.6.0"
authors = ["Natanael Mojica <neithanmo@gmail.com>"]
repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs"
license = "LGPL-2.1+"
diff --git a/audio/transcribe/Cargo.toml b/audio/transcribe/Cargo.toml
index a36ea9343..a0407edaf 100644
--- a/audio/transcribe/Cargo.toml
+++ b/audio/transcribe/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "gst-plugin-transcribe"
-version = "0.1.0"
+version = "0.6.0"
authors = ["Jordan Petridis <jordan@centricular.com>", "Mathieu Duponchelle <mathieu@centricular.com>"]
edition = "2018"
description = "AWS Transcribe plugin"