diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-10-04 16:02:53 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-10-11 18:27:53 +0200 |
commit | 288b061843101f7eb63980d76ec567cc80dfe89e (patch) | |
tree | 5de9ea5c19ec92ad8c63f0f7342a428bf033f4bd /samples | |
parent | e591823df705581b0a4661a50dfd4d02013454b6 (diff) |
Add ABI tests and fix related issues
Diffstat (limited to 'samples')
-rw-r--r-- | samples/PlaybackTutorial3.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/PlaybackTutorial3.cs b/samples/PlaybackTutorial3.cs index 47ecef5..dc725b0 100644 --- a/samples/PlaybackTutorial3.cs +++ b/samples/PlaybackTutorial3.cs @@ -93,7 +93,7 @@ namespace GstreamerSharp // This function is called when playbin has created the appsrc element, so we have a chance to configure it. static void SourceSetup (object sender, GLib.SignalArgs args) { - var info = new Gst.Audio.AudioInfo(); + var info = new Gst.Audio.AudioInfo (); var source = new Gst.App.AppSrc(((Element)args.Args [0]).Handle); Console.WriteLine ("Source has been created. Configuring."); AppSource = source; |