filesrc: This is a source, not a sink element

This commit is contained in:
Sebastian Dröge 2018-12-29 11:27:18 +02:00
parent bddc4f325e
commit e77c23352a

View file

@ -398,7 +398,7 @@ impl URIHandlerImpl for FileSrc {
} }
fn get_uri_type() -> gst::URIType { fn get_uri_type() -> gst::URIType {
gst::URIType::Sink gst::URIType::Src
} }
fn get_protocols() -> Vec<String> { fn get_protocols() -> Vec<String> {