summaryrefslogtreecommitdiff
path: root/samples/PlaybackTutorial7.cs
diff options
context:
space:
mode:
Diffstat (limited to 'samples/PlaybackTutorial7.cs')
-rw-r--r--samples/PlaybackTutorial7.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/PlaybackTutorial7.cs b/samples/PlaybackTutorial7.cs
index 75bb1e0..c717602 100644
--- a/samples/PlaybackTutorial7.cs
+++ b/samples/PlaybackTutorial7.cs
@@ -16,7 +16,7 @@ namespace GstreamerSharp
Application.Init (ref args);
// Build the pipeline
- var pipeline = Parse.Launch ("playbin uri=http://docs.freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm");
+ var pipeline = Parse.Launch ("playbin uri=http://freedesktop.org/software/gstreamer-sdk/data/media/sintel_trailer-480p.webm");
// Create the elements inside the sink bin
var equalizer = ElementFactory.Make ("equalizer-3bands", "equalizer");