summaryrefslogtreecommitdiff
path: root/sdk-playback-tutorial-custom-playbin-sinks.md
diff options
context:
space:
mode:
Diffstat (limited to 'sdk-playback-tutorial-custom-playbin-sinks.md')
-rw-r--r--sdk-playback-tutorial-custom-playbin-sinks.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk-playback-tutorial-custom-playbin-sinks.md b/sdk-playback-tutorial-custom-playbin-sinks.md
index 5249b56..3cacb96 100644
--- a/sdk-playback-tutorial-custom-playbin-sinks.md
+++ b/sdk-playback-tutorial-custom-playbin-sinks.md
@@ -57,7 +57,7 @@ int main(int argc, char *argv[]) {
gst_init (&argc, &argv);
/* Build the pipeline */
- pipeline = gst_parse_launch ("playbin uri=http://docs.gstreamer.com/media/sintel_trailer-480p.webm", NULL);
+ pipeline = gst_parse_launch ("playbin uri=https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm", NULL);
/* Create the elements inside the sink bin */
equalizer = gst_element_factory_make ("equalizer-3bands", "equalizer");