summaryrefslogtreecommitdiff
path: root/sdk-basic-tutorial-streaming.md
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2016-09-15 16:19:28 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2016-09-15 16:19:28 -0400
commit9b4b5a7f5845385d49f1f5b59a0aebbdee3b1d07 (patch)
treebdf2cd148b7ce92c6856c57e35347ea329602ee5 /sdk-basic-tutorial-streaming.md
parent880317a38b613b271771370faf05f864f4b97b02 (diff)
Replace gstreamer.com uri with freedesktop
Diffstat (limited to 'sdk-basic-tutorial-streaming.md')
-rw-r--r--sdk-basic-tutorial-streaming.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdk-basic-tutorial-streaming.md b/sdk-basic-tutorial-streaming.md
index 5a54801..9653faf 100644
--- a/sdk-basic-tutorial-streaming.md
+++ b/sdk-basic-tutorial-streaming.md
@@ -122,7 +122,7 @@ int main(int argc, char *argv[]) {
memset (&data, 0, sizeof (data));
/* 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);
bus = gst_element_get_bus (pipeline);
/* Start playing */