diff --git a/samples/ExampleVolume.cs b/samples/ExampleVolume.cs index 65992fc018..ef62782df4 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");