mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-27 05:51:01 +00:00
filesrc: This is a source, not a sink element
This commit is contained in:
parent
bddc4f325e
commit
e77c23352a
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ impl URIHandlerImpl for FileSrc {
|
|||
}
|
||||
|
||||
fn get_uri_type() -> gst::URIType {
|
||||
gst::URIType::Sink
|
||||
gst::URIType::Src
|
||||
}
|
||||
|
||||
fn get_protocols() -> Vec<String> {
|
||||
|
|
Loading…
Reference in a new issue