mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
adder: fix docs typo
This commit is contained in:
parent
cb5a2dcfbb
commit
88fea7c511
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
* live inputs properly.
|
* live inputs properly.
|
||||||
*
|
*
|
||||||
* Caps negotiation is inherently racy with the adder element. You can set
|
* Caps negotiation is inherently racy with the adder element. You can set
|
||||||
* the "caps" property property to force adder to operate in a specific audio
|
* the "caps" property to force adder to operate in a specific audio
|
||||||
* format, sample rate and channel count. In this case you may also need
|
* format, sample rate and channel count. In this case you may also need
|
||||||
* audioconvert and/or audioresample elements for each input stream before the
|
* audioconvert and/or audioresample elements for each input stream before the
|
||||||
* adder element to make sure the input branch can produce the forced format.
|
* adder element to make sure the input branch can produce the forced format.
|
||||||
|
|
Loading…
Reference in a new issue