mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-06-05 15:09:00 +00:00
Change default branch from master to main
Fixes https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/issues/364
This commit is contained in:
parent
8b09a84bf1
commit
971f35754c
43 changed files with 85 additions and 85 deletions
|
@ -43,7 +43,7 @@ variables:
|
|||
# format is <branch>=<name>
|
||||
# the name is used in the URL
|
||||
# latest release must be at the top
|
||||
# (only relevant on master branch)
|
||||
# (only relevant on main branch)
|
||||
RELEASES:
|
||||
0.18=0.18
|
||||
0.17=0.17
|
||||
|
@ -181,12 +181,12 @@ update-nightly:
|
|||
- |
|
||||
if [[ x"$IMAGE_PIPELINE_ID" == x"$CI_PIPELINE_ID" ]]; then
|
||||
echo "Image has been updated, notify gst-plugins-rs"
|
||||
curl -X POST -F "token=$GST_PLUGINS_RS_TOKEN" -F "ref=master" -F "variables[UPDATE_IMG]=$UPDATE_IMG" https://gitlab.freedesktop.org/api/v4/projects/1400/trigger/pipeline
|
||||
curl -X POST -F "token=$GST_PLUGINS_RS_TOKEN" -F "ref=main" -F "variables[UPDATE_IMG]=$UPDATE_IMG" https://gitlab.freedesktop.org/api/v4/projects/1400/trigger/pipeline
|
||||
else
|
||||
echo "Image has not been updated, ignore"
|
||||
fi
|
||||
rules:
|
||||
- if: '$CI_COMMIT_REF_NAME == "master" && $CI_PROJECT_PATH == "gstreamer/gstreamer-rs"'
|
||||
- if: '$CI_COMMIT_REF_NAME == "main" && $CI_PROJECT_PATH == "gstreamer/gstreamer-rs"'
|
||||
|
||||
# Those jobs need to use another image as ours doesn't have 'skopeo'
|
||||
# and it's not easily installable in Debian stable for now.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) bindings for Rust.
|
||||
Documentation can be found [here](https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-app) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-app) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (App library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_app/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-app-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-app-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (App library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-audio) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-audio) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Audio library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_audio/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-audio-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-audio-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Audio library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-base) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-base) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Base library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_base/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-base-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-base-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Base library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-check) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-check) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Check library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_check/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-check-sys [](https://crates.io/crates/gstreamer-check-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-check-sys [](https://crates.io/crates/gstreamer-check-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Check library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-controller) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-controller) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (App library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_controller/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-audio-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-audio-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Audio library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-editing-services) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-editing-services) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer Editing Services](https://gstreamer.freedesktop.org/) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_editing_services/).
|
||||
|
@ -167,12 +167,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-editing-services-sys [](https://crates.io/crates/gstreamer-editing-services-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-editing-services-sys [](https://crates.io/crates/gstreamer-editing-services-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Editing Services) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-gl) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-gl) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library)
|
||||
bindings for Rust. Documentation can be found
|
||||
|
@ -150,12 +150,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-gl-egl) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-gl-egl) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library, EGL support)
|
||||
bindings for Rust. Documentation can be found
|
||||
|
@ -150,12 +150,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-gl-egl-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-gl-egl-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library, EGL support) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-gl-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-gl-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-gl-wayland) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-gl-wayland) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library, Wayland support)
|
||||
bindings for Rust. Documentation can be found
|
||||
|
@ -150,12 +150,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-gl-wayland-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-gl-wayland-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library, Wayland support) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-gl-x11) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-gl-x11) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library, X11 support)
|
||||
bindings for Rust. Documentation can be found
|
||||
|
@ -150,12 +150,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-gl-x11-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-gl-x11-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library, X11 support) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-mpegts-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-mpegts-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (MPEGTS library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-net) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-net) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Net library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_net/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-net-sys [](https://crates.io/crates/gstreamer-net-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-net-sys [](https://crates.io/crates/gstreamer-net-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Net Library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-pbutils-rs [](https://crates.io/crates/gstreamer-pbutils) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-pbutils-rs [](https://crates.io/crates/gstreamer-pbutils) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Pbutils library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_pbutils/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-pbutils-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-pbutils-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Pbutils library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-player) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-player) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Player library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_player/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-player-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-player-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Player library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-rtp) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-rtp) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_rtp/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rtp-sys [](https://crates.io/crates/gstreamer-rtp-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rtp-sys [](https://crates.io/crates/gstreamer-rtp-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (RTP library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-rtsp-server) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-rtsp-server) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Rtsp Server library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_rtsp_server/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rtsp-server-sys [](https://crates.io/crates/gstreamer-rtsp-server-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rtsp-server-sys [](https://crates.io/crates/gstreamer-rtsp-server-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Rtsp Server library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-rtsp) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-rtsp) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (RTSP library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_rtsp/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rtsp-sys [](https://crates.io/crates/gstreamer-rtsp-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rtsp-sys [](https://crates.io/crates/gstreamer-rtsp-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Rtsp library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-sdp) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-sdp) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (SDP library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_sdp/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sdp-sys [](https://crates.io/crates/gstreamer-sdp-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sdp-sys [](https://crates.io/crates/gstreamer-sdp-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Sdp library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-tag-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-tag-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Tag library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-video) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-video) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Video library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_video/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-video-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-video-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (Video library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-rs [](https://crates.io/crates/gstreamer-webrtc) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-rs [](https://crates.io/crates/gstreamer-webrtc) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (WebRTC library) bindings for Rust.
|
||||
Documentation can be found [here](https://slomo.pages.freedesktop.org/rustdocs/gstreamer/gstreamer_webrtc/).
|
||||
|
@ -162,12 +162,12 @@ In addition there are
|
|||
[tutorials](https://gstreamer.freedesktop.org/documentation/tutorials/) on the
|
||||
GStreamer website. Many of them were ported to Rust already and the code can
|
||||
be found in the
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/tutorials)
|
||||
[tutorials](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/tutorials)
|
||||
directory.
|
||||
|
||||
Some further examples for various aspects of GStreamer and how to use it from
|
||||
Rust can be found in the
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/master/examples)
|
||||
[examples](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/tree/main/examples)
|
||||
directory.
|
||||
|
||||
Various GStreamer plugins written in Rust can be found in the
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-webrtc-sys [](https://crates.io/crates/gstreamer-webrtc-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-webrtc-sys [](https://crates.io/crates/gstreamer-webrtc-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) (WebRTC library) FFI bindings for Rust.
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# gstreamer-sys [](https://crates.io/crates/gstreamer-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/master)
|
||||
# gstreamer-sys [](https://crates.io/crates/gstreamer-sys) [](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
|
||||
|
||||
[GStreamer](https://gstreamer.freedesktop.org/) FFI bindings for Rust.
|
||||
|
||||
|
|
Loading…
Reference in a new issue