diff options
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 |