summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorStephan Sundermann <ssundermann@gnome.org>2014-08-05 11:51:37 +0200
committerStephan Sundermann <ssundermann@gnome.org>2014-08-05 11:51:37 +0200
commita8690fbfbf2a429845f24eea15774b74da9f6f88 (patch)
tree3dfb5302ad2817cc014d50191641d908d2574093 /samples
parent6c5ab2a474d29d5cf1f2b181c7797f9fb5886e89 (diff)
sample: Fix URL
Diffstat (limited to 'samples')
-rw-r--r--samples/BasicTutorial5.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/samples/BasicTutorial5.cs b/samples/BasicTutorial5.cs
index 1a4d7f5..b169349 100644
--- a/samples/BasicTutorial5.cs
+++ b/samples/BasicTutorial5.cs
@@ -317,8 +317,7 @@ namespace GstreamerSharp
}
// Set the URI to play.
- //Playbin ["uri"] = "http://download.blender.org/durian/trailer/sintel_trailer-1080p.mp4";
- Playbin ["uri"] = "file:///home/stephan/Downloads/sintel_trailer-1080p.mp4";
+ Playbin ["uri"] = "http://download.blender.org/durian/trailer/sintel_trailer-1080p.mp4";
// Connect to interesting signals in playbin
Playbin.Connect ("video-tags-changed", HandleTags);