Skip to content

gstreamer: Fix URIHander::set_uri annotation

Arun Raghavan requested to merge arun/gstreamer-rs:set-uri-fix into master

We don't actually accept a NULL uri, so it doesn't need to be an Option, and using &str instead of String is more efficient.

Merge request reports