vulkan: Replace copied gl references with vulkan

This commit is contained in:
Hanna Weiß 2025-07-16 13:10:51 +02:00
parent 585864c80e
commit 4c605177df
No known key found for this signature in database
4 changed files with 9 additions and 9 deletions

View file

@ -1,8 +1,8 @@
# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-gl.svg)](https://crates.io/crates/gstreamer-gl) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/main/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-vulkan.svg)](https://crates.io/crates/gstreamer-vulkan) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/main/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library)
[GStreamer](https://gstreamer.freedesktop.org/) (Vulkan library)
bindings for Rust. Documentation can be found
[here](https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_gl/).
[here](https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_vulkan/).
These bindings are providing a safe API that can be used to interface with
GStreamer, e.g. for writing GStreamer-based applications and GStreamer plugins.

View file

@ -1,6 +1,6 @@
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-gl-sys.svg)](https://crates.io/crates/gstreamer-gl-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/main/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
# gstreamer-sys [![crates.io](https://img.shields.io/crates/v/gstreamer-vulkan-sys.svg)](https://crates.io/crates/gstreamer-vulkan-sys) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/main/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library) FFI bindings for Rust.
[GStreamer](https://gstreamer.freedesktop.org/) (Vulkan library) FFI bindings for Rust.
These bindings are providing unsafe FFI API that can be used to interface with
GStreamer. Generally they are meant to be used as the building block for

View file

@ -1,6 +1,6 @@
# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-gl-wayland.svg)](https://crates.io/crates/gstreamer-gl-wayland) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/main/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-vulkan-wayland.svg)](https://crates.io/crates/gstreamer-vulkan-wayland) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/main/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library, Wayland support)
[GStreamer](https://gstreamer.freedesktop.org/) (Vulkan library, Wayland support)
bindings for Rust. Documentation can be found
[here](https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_gl_wayland/).

View file

@ -1,6 +1,6 @@
# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-gl-x11.svg)](https://crates.io/crates/gstreamer-gl-x11) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/main/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
# gstreamer-rs [![crates.io](https://img.shields.io/crates/v/gstreamer-vulkan-xcb.svg)](https://crates.io/crates/gstreamer-vulkan-xcb) [![pipeline status](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/badges/main/pipeline.svg)](https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/commits/main)
[GStreamer](https://gstreamer.freedesktop.org/) (OpenGL library, X11 support)
[GStreamer](https://gstreamer.freedesktop.org/) (Vulkan library, X11 support)
bindings for Rust. Documentation can be found
[here](https://gstreamer.pages.freedesktop.org/gstreamer-rs/stable/latest/docs/gstreamer_gl_x11/).