Registry / networking / gstreamer-app

gstreamer-app

JSON →
library0.25.2rscratesunverified

Rust bindings for the GStreamer multimedia framework's App library.

# Cargo.toml [dependencies] gstreamer-app = "0.25.2"
INSTALL
IMPORT
SIG · GSTREAMER-APP
G
gstreamer-app
networkingrustv0.25.2
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.

AppSrc
use gstreamer_app::AppSrc;

Initialize GStreamer and create an AppSrc element.

use gstreamer_app::AppSrc; fn main() { gstreamer::init().unwrap(); let src = AppSrc::new("my-source"); println!("AppSrc created: {:?}", src); }
Debug
Known issues
gotchaRequires GStreamer system libraries to be installed.
fix
Install GStreamer development packages (e.g., libgstreamer1.0-dev on Debian).
affects: >=0.0.0
Upgrade
Version history
0.25.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Meta
1
Resources
gstreamer-app — cargo add gstreamer-app · libregistry