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:
Sabrina Hervey 2025-07-15 15:16:35 +02:00
parent 436fff08ad
commit 0727e5a46c

View file

@ -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")