mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
docs: fix missing flacdec in porting-to-1.0 pipeline example
This commit is contained in:
parent
9dd28ae13b
commit
4997fd9f94
1 changed files with 1 additions and 1 deletions
|
@ -729,7 +729,7 @@ CHANGES
|
|||
|
||||
now becomes
|
||||
|
||||
filesrc ! flacparse ! audioconvert ! pulsesink
|
||||
filesrc ! flacparse ! flacdec ! audioconvert ! pulsesink
|
||||
|
||||
but better just use
|
||||
|
||||
|
|
Loading…
Reference in a new issue