From 8335bdb0b74d2c0d38832b22dbf83b83a87c5ba4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 13 Feb 2024 11:13:23 +0200 Subject: [PATCH] Update versions to 0.11.4 --- 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/sodium/Cargo.toml | 2 +- generic/threadshare/Cargo.toml | 2 +- mux/flavors/Cargo.toml | 2 +- mux/fmp4/Cargo.toml | 2 +- mux/mp4/Cargo.toml | 2 +- net/aws/Cargo.toml | 2 +- net/hlssink3/Cargo.toml | 2 +- net/ndi/Cargo.toml | 2 +- net/onvif/Cargo.toml | 2 +- net/raptorq/Cargo.toml | 2 +- net/reqwest/Cargo.toml | 2 +- net/rtp/Cargo.toml | 2 +- net/webrtc/Cargo.toml | 2 +- net/webrtc/protocol/Cargo.toml | 2 +- net/webrtc/signalling/Cargo.toml | 2 +- net/webrtchttp/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/livesync/Cargo.toml | 2 +- utils/togglerecord/Cargo.toml | 2 +- utils/tracers/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/gif/Cargo.toml | 2 +- video/gtk4/Cargo.toml | 2 +- video/hsv/Cargo.toml | 2 +- video/png/Cargo.toml | 2 +- video/rav1e/Cargo.toml | 2 +- video/videofx/Cargo.toml | 2 +- video/webp/Cargo.toml | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index 4f7f081b..b6b73304 100644 --- a/audio/audiofx/Cargo.toml +++ b/audio/audiofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-audiofx" -version = "0.11.3" +version = "0.11.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 ab424811..2bc41349 100644 --- a/audio/claxon/Cargo.toml +++ b/audio/claxon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-claxon" -version = "0.11.3" +version = "0.11.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 96c24900..f69d653a 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-csound" -version = "0.11.3" +version = "0.11.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 8f204281..8571ab12 100644 --- a/audio/lewton/Cargo.toml +++ b/audio/lewton/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-lewton" -version = "0.11.3" +version = "0.11.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 7d7292a8..865ac663 100644 --- a/audio/spotify/Cargo.toml +++ b/audio/spotify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-spotify" -version = "0.11.3" +version = "0.11.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 f43f5393..a1af2163 100644 --- a/generic/file/Cargo.toml +++ b/generic/file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-file" -version = "0.11.3" +version = "0.11.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/generic/sodium/Cargo.toml b/generic/sodium/Cargo.toml index 819db1ea..a5b40317 100644 --- a/generic/sodium/Cargo.toml +++ b/generic/sodium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-sodium" -version = "0.11.3" +version = "0.11.4" authors = ["Jordan Petridis "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "GStreamer plugin for libsodium-based file encryption and decryption" diff --git a/generic/threadshare/Cargo.toml b/generic/threadshare/Cargo.toml index 38454f92..c452965b 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-threadshare" -version = "0.11.3" +version = "0.11.4" authors = ["Sebastian Dröge "] license = "LGPL-2.1-or-later" description = "GStreamer Threadshare Plugin" diff --git a/mux/flavors/Cargo.toml b/mux/flavors/Cargo.toml index d15f406c..c42b5230 100644 --- a/mux/flavors/Cargo.toml +++ b/mux/flavors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flavors" -version = "0.11.3" +version = "0.11.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/mux/fmp4/Cargo.toml b/mux/fmp4/Cargo.toml index bbc86805..554585b4 100644 --- a/mux/fmp4/Cargo.toml +++ b/mux/fmp4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fmp4" -version = "0.11.3" +version = "0.11.4" authors = ["Sebastian Dröge "] license = "MPL-2.0" description = "GStreamer Fragmented MP4 Plugin" diff --git a/mux/mp4/Cargo.toml b/mux/mp4/Cargo.toml index 54f676d1..9e0d8541 100644 --- a/mux/mp4/Cargo.toml +++ b/mux/mp4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-mp4" -version = "0.11.3" +version = "0.11.4" authors = ["Sebastian Dröge "] license = "MPL-2.0" description = "GStreamer Rust MP4 Plugin" diff --git a/net/aws/Cargo.toml b/net/aws/Cargo.toml index a91a4665..3009f845 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-aws" -version = "0.11.3" +version = "0.11.4" authors = ["Arun Raghavan ", "Jordan Petridis ", "Mathieu Duponchelle "] diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml index eade565e..ee7c9e8e 100644 --- a/net/hlssink3/Cargo.toml +++ b/net/hlssink3/Cargo.toml @@ -2,7 +2,7 @@ name = "gst-plugin-hlssink3" description = "GStreamer HLS (HTTP Live Streaming) Plugin" repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" -version = "0.11.3" +version = "0.11.4" authors = ["Rafael Caricio "] edition = "2021" license = "MPL-2.0" diff --git a/net/ndi/Cargo.toml b/net/ndi/Cargo.toml index 6e2befe6..dea87510 100644 --- a/net/ndi/Cargo.toml +++ b/net/ndi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-ndi" -version = "0.11.3" +version = "0.11.4" authors = ["Ruben Gonzalez ", "Daniel Vilar ", "Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/net/onvif/Cargo.toml b/net/onvif/Cargo.toml index cc1d6e14..5a9d88fb 100644 --- a/net/onvif/Cargo.toml +++ b/net/onvif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-onvif" -version = "0.11.3" +version = "0.11.4" authors = ["Mathieu Duponchelle "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/net/raptorq/Cargo.toml b/net/raptorq/Cargo.toml index e5df08d2..54aaf365 100644 --- a/net/raptorq/Cargo.toml +++ b/net/raptorq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-raptorq" -version = "0.11.3" +version = "0.11.4" authors = ["Tomasz Andrzejak "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" description = "GStreamer RaptorQ FEC Plugin" diff --git a/net/reqwest/Cargo.toml b/net/reqwest/Cargo.toml index 34090c0d..46bd9057 100644 --- a/net/reqwest/Cargo.toml +++ b/net/reqwest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-reqwest" -version = "0.11.3" +version = "0.11.4" authors = ["Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/net/rtp/Cargo.toml b/net/rtp/Cargo.toml index 282e27cf..caa53b78 100644 --- a/net/rtp/Cargo.toml +++ b/net/rtp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rtp" -version = "0.11.3" +version = "0.11.4" authors = ["Vivienne Watermeier ", "Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/net/webrtc/Cargo.toml b/net/webrtc/Cargo.toml index c23b1303..b790083f 100644 --- a/net/webrtc/Cargo.toml +++ b/net/webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtc" -version = "0.11.3" +version = "0.11.4" edition = "2021" authors = ["Mathieu Duponchelle ", "Thibault Saunier "] license = "MPL-2.0" diff --git a/net/webrtc/protocol/Cargo.toml b/net/webrtc/protocol/Cargo.toml index 7f1cc3fa..82768570 100644 --- a/net/webrtc/protocol/Cargo.toml +++ b/net/webrtc/protocol/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtc-signalling-protocol" -version = "0.11.3" +version = "0.11.4" edition = "2021" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml index e8e4da83..58ccc0c5 100644 --- a/net/webrtc/signalling/Cargo.toml +++ b/net/webrtc/signalling/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtc-signalling" -version = "0.11.3" +version = "0.11.4" edition = "2021" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" diff --git a/net/webrtchttp/Cargo.toml b/net/webrtchttp/Cargo.toml index 0b4a4c03..6587c9e7 100644 --- a/net/webrtchttp/Cargo.toml +++ b/net/webrtchttp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtchttp" -version = "0.11.3" +version = "0.11.4" authors = ["Taruntej Kanakamalla "] 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 2422dee2..7443e9be 100644 --- a/text/json/Cargo.toml +++ b/text/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-json" -version = "0.11.3" +version = "0.11.4" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml index 39087895..ccf1ae0b 100644 --- a/text/regex/Cargo.toml +++ b/text/regex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-regex" -version = "0.11.3" +version = "0.11.4" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index af952c93..5788d817 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-textwrap" -version = "0.11.3" +version = "0.11.4" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index 03312914..76884c57 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tutorial" -version = "0.11.3" +version = "0.11.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 e1f35e83..a3d3160a 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fallbackswitch" -version = "0.11.3" +version = "0.11.4" authors = ["Sebastian Dröge ", "Jan Schmidt "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/utils/livesync/Cargo.toml b/utils/livesync/Cargo.toml index ccde6288..74449e45 100644 --- a/utils/livesync/Cargo.toml +++ b/utils/livesync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-livesync" -version = "0.11.3" +version = "0.11.4" authors = ["Jan Alexander Steffens (heftig) "] license = "MPL-2.0" description = "Livesync Plugin" diff --git a/utils/togglerecord/Cargo.toml b/utils/togglerecord/Cargo.toml index 5c0feaef..656a2fed 100644 --- a/utils/togglerecord/Cargo.toml +++ b/utils/togglerecord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-togglerecord" -version = "0.11.3" +version = "0.11.4" authors = ["Sebastian Dröge "] license = "MPL-2.0" description = "GStreamer Toggle Record Plugin" diff --git a/utils/tracers/Cargo.toml b/utils/tracers/Cargo.toml index 7fe64735..3acd80d4 100644 --- a/utils/tracers/Cargo.toml +++ b/utils/tracers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tracers" -version = "0.11.3" +version = "0.11.4" authors = ["Guillaume Desmottes "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/utils/uriplaylistbin/Cargo.toml b/utils/uriplaylistbin/Cargo.toml index d17bac82..5df7382b 100644 --- a/utils/uriplaylistbin/Cargo.toml +++ b/utils/uriplaylistbin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-uriplaylistbin" -version = "0.11.3" +version = "0.11.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 df024379..363c036f 100644 --- a/video/cdg/Cargo.toml +++ b/video/cdg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-cdg" -version = "0.11.3" +version = "0.11.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 17283c62..c7eebe0f 100644 --- a/video/closedcaption/Cargo.toml +++ b/video/closedcaption/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-closedcaption" -version = "0.11.3" +version = "0.11.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 b51e4839..78645bc4 100644 --- a/video/dav1d/Cargo.toml +++ b/video/dav1d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-dav1d" -version = "0.11.3" +version = "0.11.4" authors = ["Philippe Normand "] edition = "2021" rust-version = "1.70" diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml index b6b99adb..c1efd9b3 100644 --- a/video/ffv1/Cargo.toml +++ b/video/ffv1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-ffv1" -version = "0.11.3" +version = "0.11.4" authors = ["Arun Raghavan "] 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 41af1aaa..a76643f9 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gif" -version = "0.11.3" +version = "0.11.4" authors = ["Markus Ebner "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/gtk4/Cargo.toml b/video/gtk4/Cargo.toml index 0a303bc4..46308046 100644 --- a/video/gtk4/Cargo.toml +++ b/video/gtk4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gtk4" -version = "0.11.3" +version = "0.11.4" authors = ["Bilal Elmoussaoui ", "Jordan Petridis ", "Sebastian Dröge "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MPL-2.0" diff --git a/video/hsv/Cargo.toml b/video/hsv/Cargo.toml index 508fdbdc..fa648e6a 100644 --- a/video/hsv/Cargo.toml +++ b/video/hsv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-hsv" -version = "0.11.3" +version = "0.11.4" authors = ["Julien Bardagi "] repository = "https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs" license = "MIT OR Apache-2.0" diff --git a/video/png/Cargo.toml b/video/png/Cargo.toml index 1d46e2b5..48d375a4 100644 --- a/video/png/Cargo.toml +++ b/video/png/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-png" -version = "0.11.3" +version = "0.11.4" authors = ["Natanael Mojica "] 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 6a2a0a7a..f80e69a7 100644 --- a/video/rav1e/Cargo.toml +++ b/video/rav1e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rav1e" -version = "0.11.3" +version = "0.11.4" authors = ["Sebastian Dröge "] 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 58b032e8..dd60fe39 100644 --- a/video/videofx/Cargo.toml +++ b/video/videofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-videofx" -version = "0.11.3" +version = "0.11.4" authors = ["Sanchayan Maity ", "Rafael Caricio "] 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 65c0c20d..51c7ddd4 100644 --- a/video/webp/Cargo.toml +++ b/video/webp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webp" -version = "0.11.3" +version = "0.11.4" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021"