Fix building the volume example
authorThibault Saunier <thibault.saunier@osg.samsung.com>
Tue, 22 Aug 2017 19:52:17 +0000 (16:52 -0300)
committerThibault Saunier <thibault.saunier@osg.samsung.com>
Wed, 30 Aug 2017 01:20:46 +0000 (22:20 -0300)
Removing ambuiguity about what Application namespace we target

samples/ExampleVolume.cs

index 65992fc..ef62782 100644 (file)
@@ -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");