mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-09-01 01:13:48 +00:00
Tutorial: change example URL
I change the URL because it returned a 404 error, I've added the same url as all the other tutorials. Fix #558 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1756>
This commit is contained in:
parent
436fff08ad
commit
0727e5a46c
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ fn tutorial_main() {
|
|||
// Initialize GStreamer
|
||||
gst::init().unwrap();
|
||||
|
||||
let uri = "http://desmottes.be/~cassidy/files/brol/test.mkv";
|
||||
let uri = "https://gstreamer.freedesktop.org/data/media/sintel_trailer-480p.webm";
|
||||
|
||||
// Create the elements
|
||||
let source = gst::ElementFactory::make("uridecodebin")
|
||||
|
|
Loading…
Reference in a new issue