pw-dump: print None pod as null

This commit is contained in:
Wim Taymans 2021-01-22 17:23:33 +01:00
parent 8f5231bd45
commit 2b98b7dc7a

View file

@ -449,7 +449,7 @@ static void put_pod_value(struct data *d, const char *key, const struct spa_type
break;
}
case SPA_TYPE_None:
put_value(d, NULL, "null");
put_value(d, NULL, NULL);
break;
}
}