arturoc / gstreamer1.0-rs

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

element: allow gstreamer to automatically pick unique element names #7

Closed astro closed 8 years ago

astro commented 8 years ago

could've gone with Option(&str) but that would've broken downwards compatibility.

arturoc commented 8 years ago

yeah it's probably better to use an option, i'll take it into account whenever i bump up the version number. thanks!