mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
adder: document caps negotiation raciness and workaround
https://bugzilla.gnome.org/show_bug.cgi?id=777915
This commit is contained in:
parent
d0199321c2
commit
cb5a2dcfbb
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@
|
|||
* audio mixing element: It will sync input streams correctly and also handle
|
||||
* live inputs properly.
|
||||
*
|
||||
* 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
|
||||
* format, sample rate and channel count. In this case you may also need
|
||||
* audioconvert and/or audioresample elements for each input stream before the
|
||||
* adder element to make sure the input branch can produce the forced format.
|
||||
*
|
||||
* ## Example launch line
|
||||
* |[
|
||||
* gst-launch-1.0 audiotestsrc freq=100 ! adder name=mix ! audioconvert ! autoaudiosink audiotestsrc freq=500 ! mix.
|
||||
|
|
Loading…
Reference in a new issue