mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Fix building the volume example
Removing ambuiguity about what Application namespace we target
This commit is contained in:
parent
7e8ee12304
commit
ce8b789596
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace GstreamerSharp
|
||||||
{
|
{
|
||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
Application.Init(ref args);
|
Gst.Application.Init(ref args);
|
||||||
|
|
||||||
Element src = ElementFactory.Make("audiotestsrc");
|
Element src = ElementFactory.Make("audiotestsrc");
|
||||||
Element convert = ElementFactory.Make("audioconvert");
|
Element convert = ElementFactory.Make("audioconvert");
|
||||||
|
|
Loading…
Reference in a new issue