From ac9de036721ba69e0ecea8c039b4bffdf0a94ad8 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 21 May 2021 10:04:04 +1000 Subject: [PATCH] doc: document some missing parameters --- src/pipewire/context.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pipewire/context.c b/src/pipewire/context.c index 443b1785c..388cca633 100644 --- a/src/pipewire/context.c +++ b/src/pipewire/context.c @@ -724,6 +724,8 @@ SPA_PRINTF_FUNC(7, 8) int pw_context_debug_port_params(struct pw_context *this, * \param props extra properties * \param n_format_filters number of format filters * \param format_filters array of format filters + * \param[out] format the common format between the ports + * \param builder builder to use for processing * \param[out] error an error when something is wrong * \return a common format of NULL on error *