diff options
author | Stephan Sundermann <ssundermann@gnome.org> | 2014-08-05 11:51:37 +0200 |
---|---|---|
committer | Stephan Sundermann <ssundermann@gnome.org> | 2014-08-05 11:51:37 +0200 |
commit | a8690fbfbf2a429845f24eea15774b74da9f6f88 (patch) | |
tree | 3dfb5302ad2817cc014d50191641d908d2574093 /samples | |
parent | 6c5ab2a474d29d5cf1f2b181c7797f9fb5886e89 (diff) |
sample: Fix URL
Diffstat (limited to 'samples')
-rw-r--r-- | samples/BasicTutorial5.cs | 3 |
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); |