From 18c9bd0355e0fc1ab20072d805807112945ad5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 26 Apr 2022 14:19:44 +0300 Subject: [PATCH] Update versions to 0.8.4 --- Cargo.lock | 62 ++++++++++++++++----------------- audio/audiofx/Cargo.toml | 2 +- audio/claxon/Cargo.toml | 2 +- audio/csound/Cargo.toml | 2 +- audio/lewton/Cargo.toml | 2 +- audio/spotify/Cargo.toml | 2 +- generic/file/Cargo.toml | 2 +- generic/fmp4/Cargo.toml | 2 +- generic/sodium/Cargo.toml | 2 +- generic/threadshare/Cargo.toml | 2 +- net/hlssink3/Cargo.toml | 2 +- net/reqwest/Cargo.toml | 2 +- net/rusoto/Cargo.toml | 2 +- text/ahead/Cargo.toml | 2 +- text/json/Cargo.toml | 2 +- text/regex/Cargo.toml | 2 +- text/wrap/Cargo.toml | 2 +- tutorial/Cargo.toml | 2 +- utils/fallbackswitch/Cargo.toml | 2 +- utils/togglerecord/Cargo.toml | 2 +- utils/uriplaylistbin/Cargo.toml | 2 +- video/cdg/Cargo.toml | 2 +- video/closedcaption/Cargo.toml | 2 +- video/dav1d/Cargo.toml | 2 +- video/ffv1/Cargo.toml | 2 +- video/flavors/Cargo.toml | 2 +- video/gif/Cargo.toml | 2 +- video/hsv/Cargo.toml | 2 +- video/rav1e/Cargo.toml | 2 +- video/rspng/Cargo.toml | 2 +- video/videofx/Cargo.toml | 2 +- video/webp/Cargo.toml | 2 +- 32 files changed, 62 insertions(+), 62 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f05128d9..9365bbca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1332,7 +1332,7 @@ dependencies = [ [[package]] name = "gst-plugin-audiofx" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "atomic_refcell", @@ -1354,7 +1354,7 @@ dependencies = [ [[package]] name = "gst-plugin-cdg" -version = "0.8.3" +version = "0.8.4" dependencies = [ "cdg", "cdg_renderer", @@ -1370,7 +1370,7 @@ dependencies = [ [[package]] name = "gst-plugin-claxon" -version = "0.8.3" +version = "0.8.4" dependencies = [ "atomic_refcell", "byte-slice-cast", @@ -1384,7 +1384,7 @@ dependencies = [ [[package]] name = "gst-plugin-closedcaption" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "atomic_refcell", @@ -1411,7 +1411,7 @@ dependencies = [ [[package]] name = "gst-plugin-csound" -version = "0.8.3" +version = "0.8.4" dependencies = [ "byte-slice-cast", "csound", @@ -1425,7 +1425,7 @@ dependencies = [ [[package]] name = "gst-plugin-dav1d" -version = "0.8.3" +version = "0.8.4" dependencies = [ "atomic_refcell", "dav1d", @@ -1438,7 +1438,7 @@ dependencies = [ [[package]] name = "gst-plugin-fallbackswitch" -version = "0.8.3" +version = "0.8.4" dependencies = [ "gio", "gst-plugin-version-helper", @@ -1455,7 +1455,7 @@ dependencies = [ [[package]] name = "gst-plugin-ffv1" -version = "0.8.3" +version = "0.8.4" dependencies = [ "byte-slice-cast", "ffv1", @@ -1468,7 +1468,7 @@ dependencies = [ [[package]] name = "gst-plugin-file" -version = "0.8.3" +version = "0.8.4" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -1479,7 +1479,7 @@ dependencies = [ [[package]] name = "gst-plugin-flavors" -version = "0.8.3" +version = "0.8.4" dependencies = [ "byteorder", "flavors", @@ -1495,7 +1495,7 @@ dependencies = [ [[package]] name = "gst-plugin-fmp4" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "gst-plugin-version-helper", @@ -1509,7 +1509,7 @@ dependencies = [ [[package]] name = "gst-plugin-gif" -version = "0.8.3" +version = "0.8.4" dependencies = [ "atomic_refcell", "gif", @@ -1535,7 +1535,7 @@ dependencies = [ [[package]] name = "gst-plugin-hlssink3" -version = "0.8.3" +version = "0.8.4" dependencies = [ "gio", "glib", @@ -1551,7 +1551,7 @@ dependencies = [ [[package]] name = "gst-plugin-hsv" -version = "0.8.3" +version = "0.8.4" dependencies = [ "byte-slice-cast", "gst-plugin-version-helper", @@ -1566,7 +1566,7 @@ dependencies = [ [[package]] name = "gst-plugin-json" -version = "0.8.3" +version = "0.8.4" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -1578,7 +1578,7 @@ dependencies = [ [[package]] name = "gst-plugin-lewton" -version = "0.8.3" +version = "0.8.4" dependencies = [ "atomic_refcell", "byte-slice-cast", @@ -1592,7 +1592,7 @@ dependencies = [ [[package]] name = "gst-plugin-rav1e" -version = "0.8.3" +version = "0.8.4" dependencies = [ "atomic_refcell", "gst-plugin-version-helper", @@ -1605,7 +1605,7 @@ dependencies = [ [[package]] name = "gst-plugin-regex" -version = "0.8.3" +version = "0.8.4" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -1616,7 +1616,7 @@ dependencies = [ [[package]] name = "gst-plugin-reqwest" -version = "0.8.3" +version = "0.8.4" dependencies = [ "futures", "gst-plugin-version-helper", @@ -1633,7 +1633,7 @@ dependencies = [ [[package]] name = "gst-plugin-rspng" -version = "0.8.3" +version = "0.8.4" dependencies = [ "atomic_refcell", "gst-plugin-version-helper", @@ -1647,7 +1647,7 @@ dependencies = [ [[package]] name = "gst-plugin-rusoto" -version = "0.8.3" +version = "0.8.4" dependencies = [ "async-tungstenite", "atomic_refcell", @@ -1676,7 +1676,7 @@ dependencies = [ [[package]] name = "gst-plugin-sodium" -version = "0.8.3" +version = "0.8.4" dependencies = [ "clap 3.1.12", "gst-plugin-version-helper", @@ -1696,7 +1696,7 @@ dependencies = [ [[package]] name = "gst-plugin-spotify" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "futures", @@ -1710,7 +1710,7 @@ dependencies = [ [[package]] name = "gst-plugin-textahead" -version = "0.8.3" +version = "0.8.4" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -1719,7 +1719,7 @@ dependencies = [ [[package]] name = "gst-plugin-textwrap" -version = "0.8.3" +version = "0.8.4" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -1731,7 +1731,7 @@ dependencies = [ [[package]] name = "gst-plugin-threadshare" -version = "0.8.3" +version = "0.8.4" dependencies = [ "async-task", "cc", @@ -1758,7 +1758,7 @@ dependencies = [ [[package]] name = "gst-plugin-togglerecord" -version = "0.8.3" +version = "0.8.4" dependencies = [ "either", "gio", @@ -1773,7 +1773,7 @@ dependencies = [ [[package]] name = "gst-plugin-tutorial" -version = "0.8.3" +version = "0.8.4" dependencies = [ "byte-slice-cast", "gst-plugin-version-helper", @@ -1787,7 +1787,7 @@ dependencies = [ [[package]] name = "gst-plugin-uriplaylistbin" -version = "0.8.3" +version = "0.8.4" dependencies = [ "anyhow", "gst-plugin-version-helper", @@ -1808,7 +1808,7 @@ dependencies = [ [[package]] name = "gst-plugin-videofx" -version = "0.8.3" +version = "0.8.4" dependencies = [ "atomic_refcell", "cairo-rs", @@ -1822,7 +1822,7 @@ dependencies = [ [[package]] name = "gst-plugin-webp" -version = "0.8.3" +version = "0.8.4" dependencies = [ "gst-plugin-version-helper", "gstreamer", diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index 092085fe..8246ba2b 100644 --- a/audio/audiofx/Cargo.toml +++ b/audio/audiofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-audiofx" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/audio/claxon/Cargo.toml b/audio/claxon/Cargo.toml index 66287b8e..07dd9c6f 100644 --- a/audio/claxon/Cargo.toml +++ b/audio/claxon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-claxon" -version = "0.8.3" +version = "0.8.4" authors = ["Ruben Gonzalez "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/audio/csound/Cargo.toml b/audio/csound/Cargo.toml index f579f2ae..f35ec1d5 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-csound" -version = "0.8.3" +version = "0.8.4" authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/audio/lewton/Cargo.toml b/audio/lewton/Cargo.toml index 29b55e8c..033e004c 100644 --- a/audio/lewton/Cargo.toml +++ b/audio/lewton/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-lewton" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/audio/spotify/Cargo.toml b/audio/spotify/Cargo.toml index b13aac7b..42d1b8a2 100644 --- a/audio/spotify/Cargo.toml +++ b/audio/spotify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-spotify" -version = "0.8.3" +version = "0.8.4" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/generic/file/Cargo.toml b/generic/file/Cargo.toml index 4267ca77..01c60186 100644 --- a/generic/file/Cargo.toml +++ b/generic/file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-file" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/generic/fmp4/Cargo.toml b/generic/fmp4/Cargo.toml index 06693550..383e4f1e 100644 --- a/generic/fmp4/Cargo.toml +++ b/generic/fmp4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fmp4" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] license = "MPL-2.0" description = "Fragmented MP4 Plugin" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index 68c6d73c..c74c8eae 100644 --- a/generic/sodium/Cargo.toml +++ b/generic/sodium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-sodium" -version = "0.8.3" +version = "0.8.4" authors = ["Jordan Petridis "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "libsodium-based file encryption and decryption" diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml index 4701c324..776ed1e9 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-threadshare" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] license = "LGPL-2.1-or-later" description = "Threadshare Plugin" diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml index 66a560cb..813973a4 100644 --- a/net/hlssink3/Cargo.toml +++ b/net/hlssink3/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-hlssink3" description = "HLS (HTTP Live Streaming) Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" -version = "0.8.3" +version = "0.8.4" authors = ["Rafael Caricio "] edition = "2021" license = "MPL-2.0" diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml index 739f8765..7c52583f 100644 --- a/net/reqwest/Cargo.toml +++ b/net/reqwest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-reqwest" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/net/rusoto/Cargo.toml b/net/rusoto/Cargo.toml index 9629e85b..45d1d599 100644 --- a/net/rusoto/Cargo.toml +++ b/net/rusoto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rusoto" -version = "0.8.3" +version = "0.8.4" authors = ["Arun Raghavan ", "Jordan Petridis ", "Mathieu Duponchelle "] diff --git a/text/ahead/Cargo.toml b/text/ahead/Cargo.toml index 6bd70422..884b9c80 100644 --- a/text/ahead/Cargo.toml +++ b/text/ahead/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-textahead" -version = "0.8.3" +version = "0.8.4" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/text/json/Cargo.toml b/text/json/Cargo.toml index b38618b4..0b1148b7 100644 --- a/text/json/Cargo.toml +++ b/text/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-json" -version = "0.8.3" +version = "0.8.4" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml index 63ee6915..f7df78ee 100644 --- a/text/regex/Cargo.toml +++ b/text/regex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-regex" -version = "0.8.3" +version = "0.8.4" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index 32214c90..247c9c78 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-textwrap" -version = "0.8.3" +version = "0.8.4" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index 03bf1800..e747b758 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tutorial" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/utils/fallbackswitch/Cargo.toml b/utils/fallbackswitch/Cargo.toml index 6e6f3f5c..daec317c 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fallbackswitch" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml index deff472e..7cf6aa85 100644 --- a/utils/togglerecord/Cargo.toml +++ b/utils/togglerecord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-togglerecord" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] license = "MPL-2.0" description = "Toggle Record Plugin" diff --git a/utils/uriplaylistbin/Cargo.toml b/utils/uriplaylistbin/Cargo.toml index eb537edb..9b8b62be 100644 --- a/utils/uriplaylistbin/Cargo.toml +++ b/utils/uriplaylistbin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-uriplaylistbin" -version = "0.8.3" +version = "0.8.4" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/video/cdg/Cargo.toml b/video/cdg/Cargo.toml index 5df6cd74..09bf1059 100644 --- a/video/cdg/Cargo.toml +++ b/video/cdg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-cdg" -version = "0.8.3" +version = "0.8.4" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/closedcaption/Cargo.toml b/video/closedcaption/Cargo.toml index 55047cb6..4e7c1c91 100644 --- a/video/closedcaption/Cargo.toml +++ b/video/closedcaption/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-closedcaption" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge ", "Jordan Petridis ", "Matthew Waters "] license = "MPL-2.0" edition = "2021" diff --git a/video/dav1d/Cargo.toml b/video/dav1d/Cargo.toml index f0dc22d7..9ae00ef8 100644 --- a/video/dav1d/Cargo.toml +++ b/video/dav1d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-dav1d" -version = "0.8.3" +version = "0.8.4" authors = ["Philippe Normand "] edition = "2021" rust-version = "1.56" diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml index f141c2e3..db42c5cd 100644 --- a/video/ffv1/Cargo.toml +++ b/video/ffv1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-ffv1" -version = "0.8.3" +version = "0.8.4" authors = ["Arun Raghavan "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/flavors/Cargo.toml b/video/flavors/Cargo.toml index e660abf0..f732547f 100644 --- a/video/flavors/Cargo.toml +++ b/video/flavors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flavors" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/gif/Cargo.toml b/video/gif/Cargo.toml index a652626d..0217cc95 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gif" -version = "0.8.3" +version = "0.8.4" authors = ["Markus Ebner "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml index 7af46632..4778c669 100644 --- a/video/hsv/Cargo.toml +++ b/video/hsv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-hsv" -version = "0.8.3" +version = "0.8.4" authors = ["Julien Bardagi "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/rav1e/Cargo.toml b/video/rav1e/Cargo.toml index 2ffa89ae..76881d1a 100644 --- a/video/rav1e/Cargo.toml +++ b/video/rav1e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rav1e" -version = "0.8.3" +version = "0.8.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/rspng/Cargo.toml b/video/rspng/Cargo.toml index 31f9b63e..65df6cea 100644 --- a/video/rspng/Cargo.toml +++ b/video/rspng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rspng" -version = "0.8.3" +version = "0.8.4" authors = ["Natanael Mojica "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/videofx/Cargo.toml b/video/videofx/Cargo.toml index ad422a31..9255d8ec 100644 --- a/video/videofx/Cargo.toml +++ b/video/videofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-videofx" -version = "0.8.3" +version = "0.8.4" authors = ["Sanchayan Maity "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/video/webp/Cargo.toml b/video/webp/Cargo.toml index eb0682ae..9f097958 100644 --- a/video/webp/Cargo.toml +++ b/video/webp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webp" -version = "0.8.3" +version = "0.8.4" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021"