From: Thibault Saunier Date: Tue, 22 Aug 2017 19:52:17 +0000 (-0300) Subject: Fix building the volume example X-Git-Tag: 1.19.3~483^2~121 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ce8b789596f01ce8078997a8e835b7d29aa044f8;p=platform%2Fupstream%2Fgstreamer.git Fix building the volume example Removing ambuiguity about what Application namespace we target --- 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");