context: improve properties

This commit is contained in:
Wim Taymans 2018-10-03 20:14:34 +02:00
parent 520a9831e7
commit 6a4da8a6b3
3 changed files with 11 additions and 11 deletions

View file

@ -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)