mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-09 08:55:33 +00:00
gstaudioconvert: doc: Fix mix-matrix example
mix-matrix should contain float elements, modify the example to do so Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2966>
This commit is contained in:
parent
5745791345
commit
55716ac21c
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@
|
||||||
*
|
*
|
||||||
* ## Example launch line
|
* ## Example launch line
|
||||||
* |[
|
* |[
|
||||||
* gst-launch-1.0 audiotestsrc ! audio/x-raw, channels=4 ! audioconvert mix-matrix="<<1.0, 0.0, 0.0, 0.0>, <0.0, 1.0, 0.0, 0.0>>" ! audio/x-raw,channels=2 ! autoaudiosink
|
* gst-launch-1.0 audiotestsrc ! audio/x-raw, channels=4 ! audioconvert mix-matrix="<<(float)1.0, (float)0.0, (float)0.0, (float)0.0>, <(float)0.0, (float)1.0, (float)0.0, (float)0.0>>" ! audio/x-raw,channels=2 ! autoaudiosink
|
||||||
* ]|
|
* ]|
|
||||||
*
|
*
|
||||||
* > If an empty mix matrix is specified, a (potentially truncated)
|
* > If an empty mix matrix is specified, a (potentially truncated)
|
||||||
|
|
Loading…
Reference in a new issue