modules: improve some docs

This commit is contained in:
Wim Taymans 2023-06-30 21:44:49 +02:00
parent c13696aca1
commit eaaa0cd99e
2 changed files with 2 additions and 2 deletions

View file

@ -147,7 +147,7 @@ PW_LOG_TOPIC_STATIC(mod_topic, "mod." NAME);
* *
* The mixer plugin has up to 8 input ports labeled "In 1" to "In 8" and each with * The mixer plugin has up to 8 input ports labeled "In 1" to "In 8" and each with
* a gain control labeled "Gain 1" to "Gain 8". There is an output port labeled * a gain control labeled "Gain 1" to "Gain 8". There is an output port labeled
* "Out". Unused input ports will be ignoded and not cause overhead. * "Out". Unused input ports will be ignored and not cause overhead.
* *
* ### Copy * ### Copy
* *

View file

@ -28,7 +28,7 @@
#define ifr_ifindex ifr_index #define ifr_ifindex ifr_index
#endif #endif
/** \page page_module_rtp_sap PipeWire Module: Announce and create RTP streams /** \page page_module_rtp_sap PipeWire Module: SAP Announce and create RTP streams
* *
* The `rtp-sap` module announces RTP streams that match the rules with the * The `rtp-sap` module announces RTP streams that match the rules with the
* announce-stream action. * announce-stream action.