mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
filter-chain: fix some typos
This commit is contained in:
parent
43fec3ee3b
commit
6458df3678
1 changed files with 2 additions and 2 deletions
|
|
@ -333,7 +333,7 @@ PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
|
||||||
*
|
*
|
||||||
* ## Example configuration of a Dolby Surround encoder virtual Sink
|
* ## Example configuration of a Dolby Surround encoder virtual Sink
|
||||||
*
|
*
|
||||||
* This example uses the ladpsa surrounf encoder to encode a 5.1 signal
|
* This example uses the ladpsa surround encoder to encode a 5.1 signal
|
||||||
* to a stereo Dolby Surround signal.
|
* to a stereo Dolby Surround signal.
|
||||||
*
|
*
|
||||||
*\code{.unparsed}
|
*\code{.unparsed}
|
||||||
|
|
@ -1661,7 +1661,7 @@ static int setup_graph(struct graph *graph, struct spa_json *inputs, struct spa_
|
||||||
impl->playback_info.channels = n_output;
|
impl->playback_info.channels = n_output;
|
||||||
|
|
||||||
/* compare to the requested number of channels and duplicate the
|
/* compare to the requested number of channels and duplicate the
|
||||||
* graph m_hndl times when needed. */
|
* graph n_hndl times when needed. */
|
||||||
n_hndl = impl->capture_info.channels / n_input;
|
n_hndl = impl->capture_info.channels / n_input;
|
||||||
if (n_hndl != impl->playback_info.channels / n_output) {
|
if (n_hndl != impl->playback_info.channels / n_output) {
|
||||||
pw_log_error("invalid channels");
|
pw_log_error("invalid channels");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue