Registry / testing / gstreamer-check

gstreamer-check

JSON →
library0.25.0rscratesunverified

Rust bindings for the GStreamer Check testing library.

# Cargo.toml [dependencies] gstreamer-check = "0.25.0"
INSTALL
IMPORT
SIG · GSTREAMER-CHECK
G
gstreamer-check
testingrustv0.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.

init
use gstreamer_check::check::init;

Initializes the GStreamer check testing framework.

use gstreamer_check as gst_check; fn main() { gst_check::init(); println!("GStreamer check initialized"); }
Debug
Known issues
gotchaRequires GStreamer system libraries to be installed.
fix
Install GStreamer development packages (e.g., libgstreamer1.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
8 hits · last 30 days
node
8
Resources
gstreamer-check — cargo add gstreamer-check · libregistry