From a84bbc66f30573b62871db163c48afef75adf6ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Mon, 12 Feb 2024 19:20:50 +0000 Subject: [PATCH] Update versions to 0.9.13 Part-of: --- Cargo.lock | 86 ++++++++++++++++---------------- 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 +- meson.build | 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 +- 45 files changed, 87 insertions(+), 87 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a9bdf7f3..47b92e47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2052,7 +2052,7 @@ dependencies = [ [[package]] name = "gst-plugin-audiofx" -version = "0.9.12" +version = "0.9.13" dependencies = [ "anyhow", "atomic_refcell", @@ -2074,7 +2074,7 @@ dependencies = [ [[package]] name = "gst-plugin-aws" -version = "0.9.12" +version = "0.9.13" dependencies = [ "async-tungstenite", "atomic_refcell", @@ -2115,7 +2115,7 @@ dependencies = [ [[package]] name = "gst-plugin-cdg" -version = "0.9.12" +version = "0.9.13" dependencies = [ "cdg", "cdg_renderer", @@ -2131,7 +2131,7 @@ dependencies = [ [[package]] name = "gst-plugin-claxon" -version = "0.9.12" +version = "0.9.13" dependencies = [ "atomic_refcell", "byte-slice-cast", @@ -2145,7 +2145,7 @@ dependencies = [ [[package]] name = "gst-plugin-closedcaption" -version = "0.9.12" +version = "0.9.13" dependencies = [ "anyhow", "atomic_refcell", @@ -2172,7 +2172,7 @@ dependencies = [ [[package]] name = "gst-plugin-csound" -version = "0.9.12" +version = "0.9.13" dependencies = [ "byte-slice-cast", "csound", @@ -2186,7 +2186,7 @@ dependencies = [ [[package]] name = "gst-plugin-dav1d" -version = "0.9.12" +version = "0.9.13" dependencies = [ "dav1d", "gst-plugin-version-helper", @@ -2199,7 +2199,7 @@ dependencies = [ [[package]] name = "gst-plugin-fallbackswitch" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gio", "gst-plugin-gtk4", @@ -2217,7 +2217,7 @@ dependencies = [ [[package]] name = "gst-plugin-ffv1" -version = "0.9.12" +version = "0.9.13" dependencies = [ "byte-slice-cast", "ffv1", @@ -2230,7 +2230,7 @@ dependencies = [ [[package]] name = "gst-plugin-file" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -2241,7 +2241,7 @@ dependencies = [ [[package]] name = "gst-plugin-flavors" -version = "0.9.12" +version = "0.9.13" dependencies = [ "byteorder", "flavors", @@ -2258,7 +2258,7 @@ dependencies = [ [[package]] name = "gst-plugin-fmp4" -version = "0.9.12" +version = "0.9.13" dependencies = [ "anyhow", "chrono", @@ -2276,7 +2276,7 @@ dependencies = [ [[package]] name = "gst-plugin-gif" -version = "0.9.12" +version = "0.9.13" dependencies = [ "atomic_refcell", "gif", @@ -2289,7 +2289,7 @@ dependencies = [ [[package]] name = "gst-plugin-gtk4" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gdk4-wayland", "gdk4-x11", @@ -2307,7 +2307,7 @@ dependencies = [ [[package]] name = "gst-plugin-hlssink3" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gio", "gst-plugin-version-helper", @@ -2321,7 +2321,7 @@ dependencies = [ [[package]] name = "gst-plugin-hsv" -version = "0.9.12" +version = "0.9.13" dependencies = [ "byte-slice-cast", "gst-plugin-version-helper", @@ -2336,7 +2336,7 @@ dependencies = [ [[package]] name = "gst-plugin-json" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -2348,7 +2348,7 @@ dependencies = [ [[package]] name = "gst-plugin-lewton" -version = "0.9.12" +version = "0.9.13" dependencies = [ "atomic_refcell", "byte-slice-cast", @@ -2362,7 +2362,7 @@ dependencies = [ [[package]] name = "gst-plugin-livesync" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gio", "gst-plugin-gtk4", @@ -2379,7 +2379,7 @@ dependencies = [ [[package]] name = "gst-plugin-mp4" -version = "0.9.12" +version = "0.9.13" dependencies = [ "anyhow", "gst-plugin-version-helper", @@ -2395,7 +2395,7 @@ dependencies = [ [[package]] name = "gst-plugin-ndi" -version = "0.9.12" +version = "0.9.13" dependencies = [ "atomic_refcell", "byte-slice-cast", @@ -2412,7 +2412,7 @@ dependencies = [ [[package]] name = "gst-plugin-onvif" -version = "0.9.12" +version = "0.9.13" dependencies = [ "cairo-rs", "chrono", @@ -2430,7 +2430,7 @@ dependencies = [ [[package]] name = "gst-plugin-png" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -2443,7 +2443,7 @@ dependencies = [ [[package]] name = "gst-plugin-raptorq" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -2457,7 +2457,7 @@ dependencies = [ [[package]] name = "gst-plugin-rav1e" -version = "0.9.12" +version = "0.9.13" dependencies = [ "atomic_refcell", "gst-plugin-version-helper", @@ -2470,7 +2470,7 @@ dependencies = [ [[package]] name = "gst-plugin-regex" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -2481,7 +2481,7 @@ dependencies = [ [[package]] name = "gst-plugin-reqwest" -version = "0.9.12" +version = "0.9.13" dependencies = [ "futures", "gst-plugin-version-helper", @@ -2498,7 +2498,7 @@ dependencies = [ [[package]] name = "gst-plugin-rtp" -version = "0.9.12" +version = "0.9.13" dependencies = [ "bitstream-io", "chrono", @@ -2511,7 +2511,7 @@ dependencies = [ [[package]] name = "gst-plugin-sodium" -version = "0.9.12" +version = "0.9.13" dependencies = [ "clap", "gst-plugin-version-helper", @@ -2531,7 +2531,7 @@ dependencies = [ [[package]] name = "gst-plugin-spotify" -version = "0.9.12" +version = "0.9.13" dependencies = [ "anyhow", "futures", @@ -2546,7 +2546,7 @@ dependencies = [ [[package]] name = "gst-plugin-textahead" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -2555,7 +2555,7 @@ dependencies = [ [[package]] name = "gst-plugin-textwrap" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -2567,7 +2567,7 @@ dependencies = [ [[package]] name = "gst-plugin-threadshare" -version = "0.9.12" +version = "0.9.13" dependencies = [ "async-task", "cc", @@ -2597,7 +2597,7 @@ dependencies = [ [[package]] name = "gst-plugin-togglerecord" -version = "0.9.12" +version = "0.9.13" dependencies = [ "either", "gio", @@ -2613,7 +2613,7 @@ dependencies = [ [[package]] name = "gst-plugin-tracers" -version = "0.9.12" +version = "0.9.13" dependencies = [ "anyhow", "gst-plugin-version-helper", @@ -2625,7 +2625,7 @@ dependencies = [ [[package]] name = "gst-plugin-tutorial" -version = "0.9.12" +version = "0.9.13" dependencies = [ "byte-slice-cast", "gst-plugin-version-helper", @@ -2639,7 +2639,7 @@ dependencies = [ [[package]] name = "gst-plugin-uriplaylistbin" -version = "0.9.12" +version = "0.9.13" dependencies = [ "anyhow", "clap", @@ -2661,7 +2661,7 @@ dependencies = [ [[package]] name = "gst-plugin-videofx" -version = "0.9.12" +version = "0.9.13" dependencies = [ "atomic_refcell", "cairo-rs", @@ -2681,7 +2681,7 @@ dependencies = [ [[package]] name = "gst-plugin-webp" -version = "0.9.12" +version = "0.9.13" dependencies = [ "gst-plugin-version-helper", "gstreamer", @@ -2694,7 +2694,7 @@ dependencies = [ [[package]] name = "gst-plugin-webrtc" -version = "0.9.12" +version = "0.9.13" dependencies = [ "anyhow", "async-native-tls", @@ -2727,7 +2727,7 @@ dependencies = [ [[package]] name = "gst-plugin-webrtc-signalling" -version = "0.9.12" +version = "0.9.13" dependencies = [ "anyhow", "async-native-tls", @@ -2749,7 +2749,7 @@ dependencies = [ [[package]] name = "gst-plugin-webrtc-signalling-protocol" -version = "0.9.12" +version = "0.9.13" dependencies = [ "serde", "serde_json", @@ -2757,7 +2757,7 @@ dependencies = [ [[package]] name = "gst-plugin-webrtchttp" -version = "0.9.12" +version = "0.9.13" dependencies = [ "async-recursion", "bytes", diff --git a/audio/audiofx/Cargo.toml b/audio/audiofx/Cargo.toml index 54bb2d9a..2362cc8e 100644 --- a/audio/audiofx/Cargo.toml +++ b/audio/audiofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-audiofx" -version = "0.9.12" +version = "0.9.13" 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 c5f92154..fd7153ea 100644 --- a/audio/claxon/Cargo.toml +++ b/audio/claxon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-claxon" -version = "0.9.12" +version = "0.9.13" 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 f970ac5b..2b6ff20b 100644 --- a/audio/csound/Cargo.toml +++ b/audio/csound/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-csound" -version = "0.9.12" +version = "0.9.13" 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 f4591dee..d89970b9 100644 --- a/audio/lewton/Cargo.toml +++ b/audio/lewton/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-lewton" -version = "0.9.12" +version = "0.9.13" 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 d5679aba..837139cf 100644 --- a/audio/spotify/Cargo.toml +++ b/audio/spotify/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-spotify" -version = "0.9.12" +version = "0.9.13" 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 f1df4850..76491f77 100644 --- a/generic/file/Cargo.toml +++ b/generic/file/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-file" -version = "0.9.12" +version = "0.9.13" 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 383b1458..af825b3f 100644 --- a/generic/sodium/Cargo.toml +++ b/generic/sodium/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-sodium" -version = "0.9.12" +version = "0.9.13" 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 4cc3f26e..1a78de37 100644 --- a/generic/threadshare/Cargo.toml +++ b/generic/threadshare/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-threadshare" -version = "0.9.12" +version = "0.9.13" authors = ["Sebastian Dröge "] license = "LGPL-2.1-or-later" description = "GStreamer Threadshare Plugin" diff --git a/meson.build b/meson.build index a501eaf1..873882e3 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project('gst-plugins-rs', 'rust', 'c', - version: '0.9.12', + version: '0.9.13', meson_version : '>= 0.60') # dependencies.py needs a toml parsing module diff --git a/mux/flavors/Cargo.toml b/mux/flavors/Cargo.toml index 852808f5..fc63e8a8 100644 --- a/mux/flavors/Cargo.toml +++ b/mux/flavors/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-flavors" -version = "0.9.12" +version = "0.9.13" 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 14874454..39182f37 100644 --- a/mux/fmp4/Cargo.toml +++ b/mux/fmp4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fmp4" -version = "0.9.12" +version = "0.9.13" 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 6cb03062..063faf45 100644 --- a/mux/mp4/Cargo.toml +++ b/mux/mp4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-mp4" -version = "0.9.12" +version = "0.9.13" 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 8c74bd43..01b543d9 100644 --- a/net/aws/Cargo.toml +++ b/net/aws/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-aws" -version = "0.9.12" +version = "0.9.13" authors = ["Arun Raghavan ", "Jordan Petridis ", "Mathieu Duponchelle "] diff --git a/net/hlssink3/Cargo.toml b/net/hlssink3/Cargo.toml index 951abfb2..1e3049f1 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.9.12" +version = "0.9.13" authors = ["Rafael Caricio "] edition = "2021" license = "MPL-2.0" diff --git a/net/ndi/Cargo.toml b/net/ndi/Cargo.toml index 3bf7f7c8..36837c82 100644 --- a/net/ndi/Cargo.toml +++ b/net/ndi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-ndi" -version = "0.9.12" +version = "0.9.13" 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 dff8e092..1bfc6c02 100644 --- a/net/onvif/Cargo.toml +++ b/net/onvif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-onvif" -version = "0.9.12" +version = "0.9.13" 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 607c03eb..1b8887fe 100644 --- a/net/raptorq/Cargo.toml +++ b/net/raptorq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-raptorq" -version = "0.9.12" +version = "0.9.13" 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 e45825d0..471b31c4 100644 --- a/net/reqwest/Cargo.toml +++ b/net/reqwest/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-reqwest" -version = "0.9.12" +version = "0.9.13" 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 8eecf2ed..aede1894 100644 --- a/net/rtp/Cargo.toml +++ b/net/rtp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rtp" -version = "0.9.12" +version = "0.9.13" 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 42256516..eb0ad2b6 100644 --- a/net/webrtc/Cargo.toml +++ b/net/webrtc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtc" -version = "0.9.12" +version = "0.9.13" 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 5d921602..ddb01881 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.9.12" +version = "0.9.13" edition = "2021" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" diff --git a/net/webrtc/signalling/Cargo.toml b/net/webrtc/signalling/Cargo.toml index 5033507b..16441a3e 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.9.12" +version = "0.9.13" edition = "2021" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" diff --git a/net/webrtchttp/Cargo.toml b/net/webrtchttp/Cargo.toml index 6342ca01..7148a430 100644 --- a/net/webrtchttp/Cargo.toml +++ b/net/webrtchttp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webrtchttp" -version = "0.9.12" +version = "0.9.13" 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 f45b8bab..f4404a12 100644 --- a/text/json/Cargo.toml +++ b/text/json/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-json" -version = "0.9.12" +version = "0.9.13" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/text/regex/Cargo.toml b/text/regex/Cargo.toml index 3518d0c0..a8cf15d3 100644 --- a/text/regex/Cargo.toml +++ b/text/regex/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-regex" -version = "0.9.12" +version = "0.9.13" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/text/wrap/Cargo.toml b/text/wrap/Cargo.toml index 1695ddc0..65e8191a 100644 --- a/text/wrap/Cargo.toml +++ b/text/wrap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-textwrap" -version = "0.9.12" +version = "0.9.13" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021" diff --git a/tutorial/Cargo.toml b/tutorial/Cargo.toml index 05bbd195..2ce356fa 100644 --- a/tutorial/Cargo.toml +++ b/tutorial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tutorial" -version = "0.9.12" +version = "0.9.13" 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 c642a1e2..6cb1798a 100644 --- a/utils/fallbackswitch/Cargo.toml +++ b/utils/fallbackswitch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-fallbackswitch" -version = "0.9.12" +version = "0.9.13" 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 28a31a59..ead0ede8 100644 --- a/utils/livesync/Cargo.toml +++ b/utils/livesync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-livesync" -version = "0.9.12" +version = "0.9.13" 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 ae15426d..e61655c4 100644 --- a/utils/togglerecord/Cargo.toml +++ b/utils/togglerecord/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-togglerecord" -version = "0.9.12" +version = "0.9.13" 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 a7ca8737..09250ef8 100644 --- a/utils/tracers/Cargo.toml +++ b/utils/tracers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-tracers" -version = "0.9.12" +version = "0.9.13" 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 6260fa86..007eb241 100644 --- a/utils/uriplaylistbin/Cargo.toml +++ b/utils/uriplaylistbin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-uriplaylistbin" -version = "0.9.12" +version = "0.9.13" 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 ba2fc951..a7dddde7 100644 --- a/video/cdg/Cargo.toml +++ b/video/cdg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-cdg" -version = "0.9.12" +version = "0.9.13" 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 c8b8ae22..e0390f60 100644 --- a/video/closedcaption/Cargo.toml +++ b/video/closedcaption/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-closedcaption" -version = "0.9.12" +version = "0.9.13" 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 e2e78505..c54d6c2c 100644 --- a/video/dav1d/Cargo.toml +++ b/video/dav1d/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-dav1d" -version = "0.9.12" +version = "0.9.13" authors = ["Philippe Normand "] edition = "2021" rust-version = "1.63" diff --git a/video/ffv1/Cargo.toml b/video/ffv1/Cargo.toml index 0641761a..11e04fe7 100644 --- a/video/ffv1/Cargo.toml +++ b/video/ffv1/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-ffv1" -version = "0.9.12" +version = "0.9.13" 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 ff819ffe..fa375399 100644 --- a/video/gif/Cargo.toml +++ b/video/gif/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gif" -version = "0.9.12" +version = "0.9.13" 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 173fc972..a7ac5049 100644 --- a/video/gtk4/Cargo.toml +++ b/video/gtk4/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-gtk4" -version = "0.9.12" +version = "0.9.13" 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 99b73000..15e01c68 100644 --- a/video/hsv/Cargo.toml +++ b/video/hsv/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-hsv" -version = "0.9.12" +version = "0.9.13" 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 cd4816dc..a2ab5fd2 100644 --- a/video/png/Cargo.toml +++ b/video/png/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-png" -version = "0.9.12" +version = "0.9.13" 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 f1540cd7..826760e2 100644 --- a/video/rav1e/Cargo.toml +++ b/video/rav1e/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-rav1e" -version = "0.9.12" +version = "0.9.13" 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 d1b4bf5d..7710787b 100644 --- a/video/videofx/Cargo.toml +++ b/video/videofx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-videofx" -version = "0.9.12" +version = "0.9.13" 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 f1a0a29f..24cc2911 100644 --- a/video/webp/Cargo.toml +++ b/video/webp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gst-plugin-webp" -version = "0.9.12" +version = "0.9.13" authors = ["Mathieu Duponchelle "] license = "MPL-2.0" edition = "2021"