mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
samples: Minor comment fix
This commit is contained in:
parent
33f2b0c9fb
commit
0545b23f5a
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ namespace GstreamerSharp
|
||||||
equalizer ["band1"] = (double)-24.0;
|
equalizer ["band1"] = (double)-24.0;
|
||||||
equalizer ["band2"] = (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;
|
pipeline ["audio-sink"] = bin;
|
||||||
|
|
||||||
// Wait until error or EOS
|
// Wait until error or EOS
|
||||||
|
|
Loading…
Reference in a new issue