gstreamer 0.5.0

Idiomatic bindings for GStreamer
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name    = "gstreamer"
description = "Idiomatic bindings for GStreamer"
homepage = "https://github.com/arturoc/gstreamer1.0-rs"
repository = "https://github.com/arturoc/gstreamer1.0-rs"
documentation = "http://rin.rs/docs/gst/"
readme = "README.md"
license = "MIT"
version = "0.5.0"
authors = [ "Arturo Castro <mail@arturocastro.net>" ]
links = "gstreamer"
build = "build.rs"

[lib]
name = "gst"
path = "src/lib.rs"