summaryrefslogtreecommitdiff
path: root/sdk-basic-tutorial-media-information-gathering.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-media-information-gathering.md
parent880317a38b613b271771370faf05f864f4b97b02 (diff)
Replace gstreamer.com uri with freedesktop
Diffstat (limited to 'sdk-basic-tutorial-media-information-gathering.md')
-rw-r--r--sdk-basic-tutorial-media-information-gathering.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdk-basic-tutorial-media-information-gathering.md b/sdk-basic-tutorial-media-information-gathering.md
index 8360413..2b49e2f 100644
--- a/sdk-basic-tutorial-media-information-gathering.md
+++ b/sdk-basic-tutorial-media-information-gathering.md
@@ -30,7 +30,7 @@ The recovered information includes codec descriptions, stream topology
audio language).
As an example, this is the result
-of discovering http://docs.gstreamer.com/media/sintel\_trailer-480p.webm
+of discovering https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel\_trailer-480p.webm
Duration: 0:00:52.250000000
Tags:
@@ -244,7 +244,7 @@ static void on_finished_cb (GstDiscoverer *discoverer, CustomData *data) {
int main (int argc, char **argv) {
CustomData data;
GError *err = NULL;
- gchar *uri = "http://docs.gstreamer.com/media/sintel_trailer-480p.webm";
+ gchar *uri = "https://www.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm";
/* if a URI was provided, use it instead of the default one */
if (argc > 1) {