arturoc / gstreamer1.0-rs

Idiomatic bindings for Gstreamer on Rust.
MIT License
36 stars 14 forks source link

[Minor] A little more documentation. Also, introducing Element::link_many #19

Closed Yoric closed 8 years ago

Yoric commented 8 years ago

Function Element::link_many is a high-level counterpart for gst_element_link_many, which proves quite useful for building pipelines.

arturoc commented 8 years ago

thanks!