mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
context: improve properties
This commit is contained in:
parent
520a9831e7
commit
6a4da8a6b3
3 changed files with 11 additions and 11 deletions
|
|
@ -164,8 +164,7 @@ const char *pa_proplist_iterate(pa_proplist *p, void **state)
|
|||
char *pa_proplist_to_string(pa_proplist *p)
|
||||
{
|
||||
spa_assert(p);
|
||||
pw_log_warn("Not Implemented");
|
||||
return NULL;
|
||||
return pa_proplist_to_string_sep(p, ",");
|
||||
}
|
||||
|
||||
char *pa_proplist_to_string_sep(pa_proplist *p, const char *sep)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue