mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
stream: debug added params
This commit is contained in:
parent
cee92e08a9
commit
7479ff586c
2 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue