diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-08-23 15:27:24 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-08-29 22:20:46 -0300 |
commit | 0545b23f5a492362274f3067b57eb48e6a81cc38 (patch) | |
tree | 8e63c8f21d05b6b04812635dac0ff214ad3186b6 /samples | |
parent | 33f2b0c9fbd5d25352ec342cf7b2abc23245a694 (diff) |
samples: Minor comment fix
Diffstat (limited to 'samples')
-rw-r--r-- | samples/PlaybackTutorial7.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/PlaybackTutorial7.cs b/samples/PlaybackTutorial7.cs index 9de6532..ab9a484 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 |