Registry / other / gstreamer-video

gstreamer-video

JSON →
library0.25.0rscratesunverified

Rust bindings for the GStreamer Video library, providing video-specific elements and utilities.

# Cargo.toml [dependencies] gstreamer-video = "0.25.0"
INSTALL
IMPORT
SIG · GSTREAMER-VIDEO
G
gstreamer-video
otherrustv0.25.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VideoInfo
use gstreamer_video::VideoInfo;

Creates and inspects video format information for a 1080p I420 frame.

use gstreamer_video::VideoInfo; let info = VideoInfo::builder(gstreamer_video::VideoFormat::I420, 1920, 1080) .build() .expect("Failed to create VideoInfo"); println!("Video size: {}x{}", info.width(), info.height());
Debug
Known issues
gotchaRequires GStreamer system libraries to be installed; linking may fail without them.
fix
Install GStreamer development packages (e.g., libgstreamer-plugins-base1.0-dev on Debian).
affects: >=0.25.0
Upgrade
Version history
0.25.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Meta
1
Resources
gstreamer-video — cargo add gstreamer-video · libregistry