gstreamer: Fix URIHander::set_uri annotation
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.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
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.