mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 21:35:44 +00:00
sample: Fix URL
This commit is contained in:
parent
6c5ab2a474
commit
a8690fbfbf
1 changed files with 1 additions and 2 deletions
|
@ -317,8 +317,7 @@ namespace GstreamerSharp
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the URI to play.
|
// Set the URI to play.
|
||||||
//Playbin ["uri"] = "http://download.blender.org/durian/trailer/sintel_trailer-1080p.mp4";
|
Playbin ["uri"] = "http://download.blender.org/durian/trailer/sintel_trailer-1080p.mp4";
|
||||||
Playbin ["uri"] = "file:///home/stephan/Downloads/sintel_trailer-1080p.mp4";
|
|
||||||
|
|
||||||
// Connect to interesting signals in playbin
|
// Connect to interesting signals in playbin
|
||||||
Playbin.Connect ("video-tags-changed", HandleTags);
|
Playbin.Connect ("video-tags-changed", HandleTags);
|
||||||
|
|
Loading…
Reference in a new issue