stream: debug added params

This commit is contained in:
Wim Taymans 2024-01-17 09:45:56 +01:00
parent cee92e08a9
commit 7479ff586c
2 changed files with 4 additions and 0 deletions

View file

@ -235,6 +235,8 @@ static int add_param(struct filter *impl, struct port *port,
if (param == NULL || !spa_pod_object_has_props((struct spa_pod_object*)param))
return 0;
pw_log_pod(SPA_LOG_LEVEL_DEBUG, param);
if (id == SPA_ID_INVALID)
id = SPA_POD_OBJECT_ID(param);

View file

@ -239,6 +239,8 @@ static int add_param(struct stream *impl,
if (param == NULL || !spa_pod_object_has_props((struct spa_pod_object*)param))
return 0;
pw_log_pod(SPA_LOG_LEVEL_DEBUG, param);
if (id == SPA_ID_INVALID)
id = SPA_POD_OBJECT_ID(param);