From 0545b23f5a492362274f3067b57eb48e6a81cc38 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Wed, 23 Aug 2017 15:27:24 -0300 Subject: [PATCH] samples: Minor comment fix --- samples/PlaybackTutorial7.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/PlaybackTutorial7.cs b/samples/PlaybackTutorial7.cs index 9de6532d21..ab9a484b02 100644 --- a/samples/PlaybackTutorial7.cs +++ b/samples/PlaybackTutorial7.cs @@ -48,7 +48,7 @@ namespace GstreamerSharp equalizer ["band1"] = (double)-24.0; equalizer ["band2"] = (double)-24.0; - // Set playbin2's audio sink to be our sink bin + // Set playbin's audio sink to be our sink bin pipeline ["audio-sink"] = bin; // Wait until error or EOS