summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-22 16:52:17 -0300
committerThibault Saunier <thibault.saunier@osg.samsung.com>2017-08-29 22:20:46 -0300
commitce8b789596f01ce8078997a8e835b7d29aa044f8 (patch)
tree236a4fe476f630009de67998f1e2272e17ac6398 /samples
parent7e8ee1230476cb388d94238805cdcb74bee8c507 (diff)
Fix building the volume example
Removing ambuiguity about what Application namespace we target
Diffstat (limited to 'samples')
-rw-r--r--samples/ExampleVolume.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/ExampleVolume.cs b/samples/ExampleVolume.cs
index 65992fc..ef62782 100644
--- a/samples/ExampleVolume.cs
+++ b/samples/ExampleVolume.cs
@@ -13,7 +13,7 @@ namespace GstreamerSharp
{
static void Main(string[] args)
{
- Application.Init(ref args);
+ Gst.Application.Init(ref args);
Element src = ElementFactory.Make("audiotestsrc");
Element convert = ElementFactory.Make("audioconvert");