mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2025-02-20 14:46:24 +00:00
utils/fallbacksrc: Set use-buffering=true on uridecodebin3 to actually get network buffering
This commit is contained in:
parent
c91e480f09
commit
ba161a146d
1 changed files with 1 additions and 0 deletions
|
@ -527,6 +527,7 @@ impl FallbackSrc {
|
|||
.expect("No uridecodebin3 found");
|
||||
|
||||
source.set_property("uri", &uri).unwrap();
|
||||
source.set_property("use-buffering", &true).unwrap();
|
||||
|
||||
source
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue